aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-07-08 18:44:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-07-08 18:44:24 +0000
commit3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch)
treeb7d61b1db4b52ef46563c75ef09d60aadb6da242 /mail/maildrop
parent6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff)
downloadports-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.tar.gz
ports-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.zip
Convert the ports I maintain to USES=gmake.
Notes
Notes: svn path=/head/; revision=322531
Diffstat (limited to 'mail/maildrop')
-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 \