summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-11 02:37:36 +0000
committerkris <kris@FreeBSD.org>2006-02-11 02:37:36 +0000
commitc4ff0e822e1ccf6b7587af64ca00f04b438dedff (patch)
tree360e8016ed408a4cc99c1197cd6a186a3eb7f55a /mail
parent3cd8c1f3114275a00e2286a34c173875edaad453 (diff)
downloadFreeBSD-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')
-rw-r--r--mail/courier/Makefile5
-rw-r--r--mail/gnubiff/Makefile5
2 files changed, 6 insertions, 4 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
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile
index 165ae5f..b47c2ae 100644
--- a/mail/gnubiff/Makefile
+++ b/mail/gnubiff/Makefile
@@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= tdb@FreeBSD.org
COMMENT= A mail notification program for Gnome
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- fam.0:${PORTSDIR}/devel/fam
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_X_PREFIX= yes
USE_GNOME= intlhack libglade2 esound
USE_GMAKE= yes
+USE_FAM= yes
+WANT_FAM_SYSTEM=fam
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
OpenPOWER on IntegriCloud