The WITH_PWCHECK support requires the pwcheck daemon to be running,

and doesn't require linking against the library.  Therefore, convert
the LIB_DEPENDS on libsasl.8 to a RUN_DEPENDS on pwcheck.
This commit is contained in:
Sheldon Hearn 2002-04-16 14:19:07 +00:00
parent 4d9355ef5d
commit c0c02d6605
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57756

View File

@ -151,7 +151,7 @@ SEDLIST+= -e 's,XX_MYSQL_[^ ]*_XX,,'
.endif
.if defined(WITH_PWCHECK)
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
RUN_DEPENDS+= ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
SEDLIST+= -e 's,^\# SUPPORT_CYRUS_PWCHECK=,SUPPORT_CYRUS_PWCHECK=,' \
-e 's,^\# CYRUS_PWCHECK_SOCKET=,CYRUS_PWCHECK_SOCKET=,'
.endif