diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-02-01 14:25:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-02-01 14:25:33 +0000 |
commit | c9afbd9bd849497e06ba8491b8952cff184fd587 (patch) | |
tree | 43326fc078e5b7ff1a5cdf43578bc5900612a986 /security | |
parent | ed68d74d93e962c2af0d85914e7f5b1b4f5f7e70 (diff) | |
download | ports-c9afbd9bd849497e06ba8491b8952cff184fd587.tar.gz ports-c9afbd9bd849497e06ba8491b8952cff184fd587.zip |
Heimdal installs libkrb5.so.19, not libkrb5.so.18.
Noticed by: "Andrey Beresovsky" <and@rsu.ru>
Notes
Notes:
svn path=/head/; revision=99696
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 420304426282..1de69ef7ee7e 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -38,7 +38,7 @@ KRB5_IMPL= mit .endif .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal -LIB_DEPENDS= krb5.18:${PORTSDIR}/security/heimdal +LIB_DEPENDS= krb5.19:${PORTSDIR}/security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME} .endif |