aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-03-09 01:45:47 +0800
committerwollman <wollman@FreeBSD.org>2002-03-09 01:45:47 +0800
commitd58f93607fcdf8a8040f488325f2066408b3a666 (patch)
tree6d69cfe62ea39fc416207962a379c8c6257ccbcd /security/openssh-portable/Makefile
parentd665929c8ad42debe37b52ea2886abb7c153824c (diff)
downloadfreebsd-ports-gnome-d58f93607fcdf8a8040f488325f2066408b3a666.tar.gz
freebsd-ports-gnome-d58f93607fcdf8a8040f488325f2066408b3a666.tar.zst
freebsd-ports-gnome-d58f93607fcdf8a8040f488325f2066408b3a666.zip
Fix thinko and make it possible to disable Kerberos support on the
make command line even if KRB5_HOME is set in make.conf.
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index fcf6f5eb4ed9..173638fea7cb 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
-.if defined(KRB5_HOME) && exists(KRB5_HOME)
+.if defined(KRB5_HOME) && exists(${KRB5_HOME})
BROKEN= Need updated patches from Simon Wilkinson
MASTER_SITES+= ${PATCH_SITES}
DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch