diff options
author | kris <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
commit | c4ff0e822e1ccf6b7587af64ca00f04b438dedff (patch) | |
tree | 360e8016ed408a4cc99c1197cd6a186a3eb7f55a /mail/courier | |
parent | 3cd8c1f3114275a00e2286a34c173875edaad453 (diff) | |
download | FreeBSD-ports-c4ff0e822e1ccf6b7587af64ca00f04b438dedff.zip FreeBSD-ports-c4ff0e822e1ccf6b7587af64ca00f04b438dedff.tar.gz |
Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).
PR: ports/92583
Submitted by: marcus
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 7f3d354..a229a39 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -15,8 +15,7 @@ MAINTAINER= yds@CoolRat.org COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -LIB_DEPENDS= fam:${PORTSDIR}/devel/fam \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ @@ -68,6 +67,8 @@ USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 +USE_FAM= yes +WANT_FAM_SYSTEM=fam .if defined(WITH_RCORDER) USE_RCORDER= courier.sh |