summaryrefslogtreecommitdiff
path: root/net/wget/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/wget/options.mk')
-rw-r--r--net/wget/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/options.mk b/net/wget/options.mk
index 179c679bc16..c93710150f4 100644
--- a/net/wget/options.mk
+++ b/net/wget/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/10/05 13:29:49 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2005/12/05 23:55:15 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wget
PKG_SUPPORTED_OPTIONS= inet6 ssl
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
+CONFIGURE_ARGS+=--with-ssl=${SSLBASE:Q}
.else
CONFIGURE_ARGS+=--without-ssl
.endif