From d7498c6d88b3aea9a8b8c2846b21199d346c3b10 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 4 Jan 2014 23:40:44 +0000 Subject: Convert the tree to USES=fam Approved by: portmgr (bapt) --- mail/maildrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/maildrop') diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 71853a3648b6..bdeae6d5ee73 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --enable-sendmail=/usr/sbin/sendmail .endif .if ${PORT_OPTIONS:MFAM} || exists(${LOCALBASE}/lib/libfam.so.0) -USE_FAM= yes +USES+= fam .endif .if defined(MAILDROP_TRUSTED_USERS) -- cgit