diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:52:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:52:45 +0800 |
commit | c6a317dfc327ec73c42bc1665353efc29dd05660 (patch) | |
tree | 0289265ff368b0bebcc9670f540a1b3c8a575d66 /mail | |
parent | 4b9cc534244987c60505afe853505ff5fd25c127 (diff) | |
download | freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.tar.gz freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.tar.zst freebsd-ports-gnome-c6a317dfc327ec73c42bc1665353efc29dd05660.zip |
- Remove gmake complete builds fine without everywhere.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index ae14352fd4e2..bb679517bb91 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -20,7 +20,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 USE_BZIP2= yes -USES= iconv shebangfix perl5 gmake +USES= iconv shebangfix perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ |