diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
commit | da763a726c2acf8d445979300d2edd57c7fd164a (patch) | |
tree | c319f82c8c50c004a40c894e3573ea21582a6538 /security | |
parent | 05f2339289f04016642eb3071c1b9e968f8326c6 (diff) | |
download | freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.gz freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.zst freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.zip |
- Chase shared library version bump in security/heimdal.
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
Diffstat (limited to 'security')
-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 d5c8a791ade3..3f5c12b8f60b 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -7,7 +7,7 @@ PORTNAME= pam_krb5 PORTVERSION= 1.3.r7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} @@ -28,7 +28,7 @@ KRB5_IMPL= mit .endif .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal -LIB_DEPENDS= krb5.20:${PORTSDIR}/security/heimdal +LIB_DEPENDS= krb5.21:${PORTSDIR}/security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME} .endif |