summaryrefslogtreecommitdiff
path: root/net/ja-samba/options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /net/ja-samba/options.mk
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/ja-samba/options.mk')
-rw-r--r--net/ja-samba/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ja-samba/options.mk b/net/ja-samba/options.mk
index 044647dc121..518cf3d4879 100644
--- a/net/ja-samba/options.mk
+++ b/net/ja-samba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/06/19 18:38:40 taca Exp $
+# $NetBSD: options.mk,v 1.5 2005/12/05 23:55:14 rillig Exp $
# Global and legacy options
@@ -60,7 +60,7 @@ PLIST_SUBST+= SMBMOUNT="@comment "
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-ssl
-CONFIGURE_ARGS+= --with-sslinc=${SSLBASE}
+CONFIGURE_ARGS+= --with-sslinc=${SSLBASE:Q}
CFLAGS+= -I${SSLBASE}/include/openssl # ssl.h, err.h
.else
CONFIGURE_ARGS+= --without-ssl