diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 13:54:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 13:54:58 +0000 |
commit | f86966127433724aa984c71a98692e3cb79ea9ae (patch) | |
tree | a94bf61c80ba775466e79e4c519a480c09024853 /mail/maildrop | |
parent | a9c6ccca8f343d86857d512fb4bf5d5755386b87 (diff) | |
download | ports-f86966127433724aa984c71a98692e3cb79ea9ae.tar.gz ports-f86966127433724aa984c71a98692e3cb79ea9ae.zip |
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 543edf0bec82..96a453dd376e 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -26,6 +26,9 @@ 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 |