summaryrefslogtreecommitdiff
path: root/www/siege/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/siege/options.mk')
-rw-r--r--www/siege/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/siege/options.mk b/www/siege/options.mk
index dab487b6830..adbef87bf34 100644
--- a/www/siege/options.mk
+++ b/www/siege/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/11/27 16:20:31 nils Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/04 22:10:15 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.siege
PKG_SUPPORTED_OPTIONS= ssl
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= ssl
.if !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
-. include "../../security/openssl/buildlink3.mk"
+. include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-ssl
.endif