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 4b06e08de53..2c6d283edf6 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2007/01/20 10:03:39 taca Exp $
+# $NetBSD: options.mk,v 1.12 2007/02/22 19:27:08 wiz 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:Q}
+CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)