diff options
author | nectar <nectar@FreeBSD.org> | 2001-01-24 04:52:45 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-01-24 04:52:45 +0800 |
commit | 4a67b0a8387fd781421f3e993193e043b0a110f2 (patch) | |
tree | 17f64b2fe3fdeea0ec98b423a34c0698f77c7943 /security/pam_krb5 | |
parent | 494e05061d1c4a8e7025d2fc2d794d9ca0b941c0 (diff) | |
download | freebsd-ports-gnome-4a67b0a8387fd781421f3e993193e043b0a110f2.tar.gz freebsd-ports-gnome-4a67b0a8387fd781421f3e993193e043b0a110f2.tar.zst freebsd-ports-gnome-4a67b0a8387fd781421f3e993193e043b0a110f2.zip |
Update library dependency to catch up with Heimdal port.
Bump PORTREVISION.
Diffstat (limited to 'security/pam_krb5')
-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 |