diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-10-05 16:20:13 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-10-05 16:20:13 +0000 |
commit | dc316306ca2905c905b247b6a2d944482e9dea12 (patch) | |
tree | 91273e37bb0a3b2976dcfeb8c8e608e5fdf100ed /security/pam_krb5 | |
parent | 97316d5cfe45780a7ad9e7c692e27341a20ab1f2 (diff) | |
download | ports-dc316306ca2905c905b247b6a2d944482e9dea12.tar.gz ports-dc316306ca2905c905b247b6a2d944482e9dea12.zip |
- Chase shared library version bump in security/heimdal.
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
Notes
Notes:
svn path=/head/; revision=174552
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 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 |