diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-04-16 22:19:07 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-04-16 22:19:07 +0800 |
commit | 1747d731f76b2b4518492b44ede92d34ef6f7b85 (patch) | |
tree | f01f6526715eca5314f37cca6553cdc779090cc7 /mail | |
parent | 91ce44d4176c9f90ad5fc9a8f9973281db00a36b (diff) | |
download | freebsd-ports-gnome-1747d731f76b2b4518492b44ede92d34ef6f7b85.tar.gz freebsd-ports-gnome-1747d731f76b2b4518492b44ede92d34ef6f7b85.tar.zst freebsd-ports-gnome-1747d731f76b2b4518492b44ede92d34ef6f7b85.zip |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index e862ecc7b0b8..c6d008d4a5e6 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -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 |