aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-07-09 02:44:24 +0800
committermadpilot <madpilot@FreeBSD.org>2013-07-09 02:44:24 +0800
commit635f0b0f78e20730700c8fff56bb07d9cbc15903 (patch)
treeb7d61b1db4b52ef46563c75ef09d60aadb6da242 /mail
parent0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (diff)
downloadfreebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.tar.gz
freebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.tar.zst
freebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.zip
Convert the ports I maintain to USES=gmake.
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f99a44003738..19b2538708d4 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -26,12 +26,12 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
LICENSE= GPLv3
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
USE_BZIP2= yes
USE_PERL5= yes
USES= iconv shebangfix
+.if defined(.PARSEDIR)
+USES+= gmake
+.endif
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --enable-syslog=1 \