diff options
author | flz <flz@FreeBSD.org> | 2005-06-06 07:15:27 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-06 07:15:27 +0800 |
commit | d39cc9b977900f5afdbf87dc1da66d3d5f810b8a (patch) | |
tree | 7b195c0d658109c615ced008b5b66a80ab1d5a68 /security | |
parent | afc6495b249724c40983aa6e457942944035a0e4 (diff) | |
download | freebsd-ports-gnome-d39cc9b977900f5afdbf87dc1da66d3d5f810b8a.tar.gz freebsd-ports-gnome-d39cc9b977900f5afdbf87dc1da66d3d5f810b8a.tar.zst freebsd-ports-gnome-d39cc9b977900f5afdbf87dc1da66d3d5f810b8a.zip |
- Fix libkrb5.so library version.
PR: ports/67183
Submitted by: Oleg Sharoiko <os@rsu.ru>
Approved by: maintainer timeout (1 year)
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 faa76eaf01b1..d36721e54af0 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -7,7 +7,7 @@ PORTNAME= pam_krb5 PORTVERSION= 1.3.r7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITE_SOURCEFORGE+= http://unc.dl.sourceforge.net/%SUBDIR%/ \ http://umn.dl.sourceforge.net/%SUBDIR%/ \ @@ -40,7 +40,7 @@ KRB5_IMPL= mit .endif .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal -LIB_DEPENDS= krb5.19:${PORTSDIR}/security/heimdal +LIB_DEPENDS= krb5.20:${PORTSDIR}/security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME} .endif |