diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
commit | 635f0b0f78e20730700c8fff56bb07d9cbc15903 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /mail | |
parent | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (diff) | |
download | freebsd-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/Makefile | 6 |
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 \ |