summaryrefslogtreecommitdiff
path: root/devel/cvs
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 /devel/cvs
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/options.mk b/devel/cvs/options.mk
index da066cb6423..7291d6a931a 100644
--- a/devel/cvs/options.mk
+++ b/devel/cvs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:28:22 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/12/05 23:55:05 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cvs
PKG_SUPPORTED_OPTIONS= kerberos
@@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mkerberos)
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --enable-encryption
-CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE}
-CONFIGURE_ARGS+= --with-krb4=${KRB5BASE}
+CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
+CONFIGURE_ARGS+= --with-krb4=${KRB5BASE:Q}
. if ${OPSYS} == "Darwin"
LDFLAGS+= -framework Kerberos
. endif