summaryrefslogtreecommitdiff
path: root/security/openssh/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/options.mk')
-rw-r--r--security/openssh/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 5bac94e7942..408105a4aa1 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/09/21 18:07:09 reed Exp $
+# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:18 rillig Exp $
.include "../../mk/bsd.prefs.mk"
@@ -13,7 +13,7 @@ PKG_SUPPORTED_OPTIONS+= pam
.if !empty(PKG_OPTIONS:Mkerberos)
. include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
+CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)