diff options
author | kim <kim@pkgsrc.org> | 1999-12-28 03:53:06 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-12-28 03:53:06 +0000 |
commit | ece8add43432e00fa91318addca91cc5e583fc8b (patch) | |
tree | 1cf3feaf6744a9dd12893bcbde5a213cadabae92 /security | |
parent | 6590e5b9864d83b1708a25872503b99bc3aad148 (diff) | |
download | pkgsrc-ece8add43432e00fa91318addca91cc5e583fc8b.tar.gz |
One of our patches changes --with-kerberos5 to --with-krb5
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 6 |
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 |