diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-07-08 19:50:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-07-08 19:50:24 +0000 |
commit | 9ce57f7e6ce380c893af760d6cbec32d30d6a346 (patch) | |
tree | ccc10939217bc43fbd65fa4b462b8431f9c93139 /security/pam_krb5 | |
parent | 4f6a59b821e40602553b8d61238f2090601a75f3 (diff) |
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 92c2cad58829..b0fe895b3705 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -3,6 +3,7 @@ PORTNAME= pam_krb5 PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ @@ -29,7 +30,7 @@ HEIMDAL_DESC= Link against Heimdal Kerberos KRB5_DIR?= ${HEIMDAL_HOME} .endif .elif ${PORT_OPTIONS:MMIT} -LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS= libkrb5.so.3:${PORTSDIR}/security/krb5 .if defined(KRB5_HOME) KRB5_DIR?= ${KRB5_HOME} .endif |