summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorthorpej <thorpej>2000-08-10 17:00:39 +0000
committerthorpej <thorpej>2000-08-10 17:00:39 +0000
commit6d44710d2572556a23b223e5c8ce60813ccfd5e5 (patch)
tree86b2fbcf04284b02f91c3b7702c502abaa1c65e8 /security/ssh
parentd6e6de5d8fc2891a34ab28d68f774624e133fa50 (diff)
downloadpkgsrc-6d44710d2572556a23b223e5c8ce60813ccfd5e5.tar.gz
Comment out Kerberos 5 support, for now.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 325736fa353..4c06198b7f4 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2000/08/05 21:56:23 itojun Exp $
+# $NetBSD: Makefile,v 1.80 2000/08/10 17:02:25 thorpej Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -106,12 +106,13 @@ USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-krb5=/usr
-.else
-CONFIGURE_ARGS+=--without-krb5
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+=--with-krb5=/usr
+#.else
+#CONFIGURE_ARGS+=--without-krb5
+#.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)