diff options
author | assar <assar@pkgsrc.org> | 2001-03-04 03:26:50 +0000 |
---|---|---|
committer | assar <assar@pkgsrc.org> | 2001-03-04 03:26:50 +0000 |
commit | 55da32de67858dd68e54badc3323ada1928b4e0d (patch) | |
tree | 091f46327abf4b32aaf37549d798280b2d450c56 /security/ssh | |
parent | 912af0eecffc40a808025dc4206a786152c6c9b5 (diff) | |
download | pkgsrc-55da32de67858dd68e54badc3323ada1928b4e0d.tar.gz |
turn KERBEROS into a binary switch
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
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 |