summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-12-28 03:53:06 +0000
committerkim <kim@pkgsrc.org>1999-12-28 03:53:06 +0000
commitece8add43432e00fa91318addca91cc5e583fc8b (patch)
tree1cf3feaf6744a9dd12893bcbde5a213cadabae92
parent6590e5b9864d83b1708a25872503b99bc3aad148 (diff)
downloadpkgsrc-ece8add43432e00fa91318addca91cc5e583fc8b.tar.gz
One of our patches changes --with-kerberos5 to --with-krb5
-rw-r--r--security/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 180af7c6ca0..468f46d198d 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 1999/12/25 05:31:49 kim Exp $
+# $NetBSD: Makefile,v 1.69 1999/12/28 03:53:06 kim Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -85,9 +85,9 @@ CONFIGURE_ARGS+= --with-krb4=/usr
.if defined(KERBEROS) && ${KERBEROS} == 5
USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-kerberos5=/usr
+CONFIGURE_ARGS+=--with-krb5=/usr
.else
-CONFIGURE_ARGS+=--without-kerberos5
+CONFIGURE_ARGS+=--without-krb5
.endif
# Find X11 libraries with xpkgwedge