aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
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 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
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile
index 165ae5f55001..b47c2ae30c68 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" \