diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
commit | 2bd36282e8889bfac505978e2ef2c86d4c46decd (patch) | |
tree | e6ae56e6728ffccff3a0d38cfb350c6bc58e62bc /mail/courier | |
parent | Convert to OPTIONS framework. (diff) |
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
Notes
Notes:
svn path=/head/; revision=155702
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 7f3d354c7106..a229a3904182 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 |