diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-16 14:19:07 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-16 14:19:07 +0000 |
commit | c0c02d660516c4b9daed9b7e70f30342da252d6b (patch) | |
tree | 16f31a031bcd2fe7d8cba6affde941a67f094833 | |
parent | Check hidden dependency on libiconv. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=57756
-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 |