diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
commit | 3f0dd290a8efb14235d194972afae5545b0d3aea (patch) | |
tree | 1743ea9acf2965417bc0128f67be7b2019833057 /mail | |
parent | aaa62020a13c09a1583549ed8495cc5be7188be4 (diff) | |
download | freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.gz freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.zst freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.zip |
Convert to new perl framework.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 19b2538708d4..71e251d48a85 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -27,8 +27,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 USE_BZIP2= yes -USE_PERL5= yes -USES= iconv shebangfix +USES= iconv shebangfix perl5 .if defined(.PARSEDIR) USES+= gmake .endif |