1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Bump libkrb5 version dependency for the Heimdal case.

This commit is contained in:
Jacques Vidrine 2001-02-05 16:20:31 +00:00
parent 2cac1647f9
commit 4b4791721d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37995

View File

@ -21,6 +21,8 @@ MAKE_ENV= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" \
MAN8= pam_krb5.8
.include <bsd.port.pre.mk>
# Try hard to figure out which Kerberos implementation we should use to
# build this thing. There are three possibilities:
# Heimdal in the base system -- XXX disabled for now (missing libraries)
@ -34,11 +36,11 @@ KRB5_IMPL="heimdal"
.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/include/heim_err.h)
KRB5BASE=${HEIMDAL_HOME}
KRB5_IMPL=heimdal
LIB_DEPENDS+= krb5.14:${PORTSDIR}/security/heimdal
LIB_DEPENDS+= krb5.15:${PORTSDIR}/security/heimdal
.elif exists(${LOCALBASE}/include/heim_err.h)
KRB5BASE=${LOCALBASE}
KRB5_IMPL=heimdal
LIB_DEPENDS+= krb5.14:${PORTSDIR}/security/heimdal
LIB_DEPENDS+= krb5.15:${PORTSDIR}/security/heimdal
.elif defined(KRB5_HOME) && exists(${KRB5_HOME}/include/mit-sipb-copyright.h)
KRB5BASE=${KRB5_HOME}
KRB5_IMPL=mit
@ -51,4 +53,4 @@ LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
BROKEN= "No version of Kerberos is installed."
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>