summaryrefslogtreecommitdiff
path: root/security/cy2-gssapi/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /security/cy2-gssapi/Makefile
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/cy2-gssapi/Makefile')
-rw-r--r--security/cy2-gssapi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cy2-gssapi/Makefile b/security/cy2-gssapi/Makefile
index 3f862f41b9a..da92e4ae5c7 100644
--- a/security/cy2-gssapi/Makefile
+++ b/security/cy2-gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:55 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 23:55:17 rillig Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
COMMENT= Cyrus SASL GSSAPI authentication plugin
@@ -8,8 +8,8 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
.include "../../security/cyrus-sasl2/Makefile.common"
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
-CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
+CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE:Q}
CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit