diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-01-23 20:52:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-01-23 20:52:45 +0000 |
commit | 7c598022404751178e216f849445407771d469a8 (patch) | |
tree | b3b09659188fc459a1ea9f0f828b7b4905519491 | |
parent | 2921f400fbb97d02bdddd6d6fd00493d9b98a775 (diff) |
Update library dependency to catch up with Heimdal port.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=37507
-rw-r--r-- | security/pam_krb5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 5d399f0d08c8..3fa9700c5cd5 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -7,6 +7,7 @@ PORTNAME= pam_krb5 PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.fcusack.com/soft/ @@ -33,11 +34,11 @@ KRB5_IMPL="heimdal" .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/include/heim_err.h) KRB5BASE=${HEIMDAL_HOME} KRB5_IMPL=heimdal -LIB_DEPENDS+= krb5.13:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.14:${PORTSDIR}/security/heimdal .elif exists(${LOCALBASE}/include/heim_err.h) KRB5BASE=${LOCALBASE} KRB5_IMPL=heimdal -LIB_DEPENDS+= krb5.13:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.14:${PORTSDIR}/security/heimdal .elif defined(KRB5_HOME) && exists(${KRB5_HOME}/include/mit-sipb-copyright.h) KRB5BASE=${KRB5_HOME} KRB5_IMPL=mit |