diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-05 23:15:27 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-05 23:15:27 +0000 |
commit | 3dc82dad2742ee0631421f26674b349a3c6da590 (patch) | |
tree | 8b18dfa3cad2be78feb412db29b176e1b58597f7 /security/pam_krb5 | |
parent | 545cd1ee8f75f984380caad6107ade2a7a4950eb (diff) |
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index faa76eaf01b1..d36721e54af0 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -7,7 +7,7 @@ PORTNAME= pam_krb5 PORTVERSION= 1.3.r7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITE_SOURCEFORGE+= http://unc.dl.sourceforge.net/%SUBDIR%/ \ http://umn.dl.sourceforge.net/%SUBDIR%/ \ @@ -40,7 +40,7 @@ KRB5_IMPL= mit .endif .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal -LIB_DEPENDS= krb5.19:${PORTSDIR}/security/heimdal +LIB_DEPENDS= krb5.20:${PORTSDIR}/security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME} .endif |