summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorassar <assar>2001-03-04 03:26:50 +0000
committerassar <assar>2001-03-04 03:26:50 +0000
commitc20e88c6133b4f9fbfa9697d570304682924327d (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /security/ssh
parentbb238cfd96fdfee078152fdd7a0082c1c0eb50c1 (diff)
downloadpkgsrc-c20e88c6133b4f9fbfa9697d570304682924327d.tar.gz
turn KERBEROS into a binary switch
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index ce6cb9a8d35..d8b70634a55 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2001/02/25 04:18:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.89 2001/03/04 03:26:51 assar Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -103,7 +103,7 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
# PATCHFILES+= ssh-1.2.27-afs-kerberos.patch-1
# MD5 (ssh-1.2.27-afs-kerberos.patch-1) = d440f74958d9c3805b76dbc13e97e87d
-.if defined(KERBEROS) && ${KERBEROS} == 4
+.if defined(KERBEROS)
USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr
.endif