Heimdal installs libkrb5.so.19, not libkrb5.so.18.

Noticed by:	"Andrey Beresovsky" <and@rsu.ru>
This commit is contained in:
Cy Schubert 2004-02-01 14:25:33 +00:00
parent ed68d74d93
commit c9afbd9bd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99696

View File

@ -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