diff options
author | cy <cy@FreeBSD.org> | 2004-02-01 22:25:33 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-01 22:25:33 +0800 |
commit | 25ab22b1afd1e32e5ec5a0a27e8c1446804cf955 (patch) | |
tree | 66aa61c2746159b3160400bf28ee3ee8293f08c9 /security | |
parent | b32528aefc7eacd8c13562bff222d2a439c68eee (diff) | |
download | freebsd-ports-gnome-25ab22b1afd1e32e5ec5a0a27e8c1446804cf955.tar.gz freebsd-ports-gnome-25ab22b1afd1e32e5ec5a0a27e8c1446804cf955.tar.zst freebsd-ports-gnome-25ab22b1afd1e32e5ec5a0a27e8c1446804cf955.zip |
Heimdal installs libkrb5.so.19, not libkrb5.so.18.
Noticed by: "Andrey Beresovsky" <and@rsu.ru>
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 |