summaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-01-23 20:52:45 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-01-23 20:52:45 +0000
commit7c598022404751178e216f849445407771d469a8 (patch)
treeb3b09659188fc459a1ea9f0f828b7b4905519491 /security/pam_krb5
parentUpdate port to erlang 7.1.0. (diff)
Update library dependency to catch up with Heimdal port.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=37507
Diffstat (limited to 'security/pam_krb5')
-rw-r--r--security/pam_krb5/Makefile5
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