diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
commit | c33c52fc62458db4fc32541eff67f24c0a354090 (patch) | |
tree | 58515f4bc020c1dd1f2417b8ca5c9edd278b6b6e /mail | |
parent | f6d1b5f44caa48576039a68c200b5c2952977503 (diff) | |
download | freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.gz freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.zst freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.zip |
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index bdeae6d5ee73..ae14352fd4e2 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -20,10 +20,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 USE_BZIP2= yes -USES= iconv shebangfix perl5 -.if defined(.PARSEDIR) -USES+= gmake -.endif +USES= iconv shebangfix perl5 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ |