diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
commit | 8b77080918d0242431bdc02d5bbaca527cf1d34e (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /mail/tlb | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) | |
download | ports-8b77080918d0242431bdc02d5bbaca527cf1d34e.tar.gz ports-8b77080918d0242431bdc02d5bbaca527cf1d34e.zip |
Notes
Diffstat (limited to 'mail/tlb')
-rw-r--r-- | mail/tlb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 55707c2d0d4c..a280c3fc7a03 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -17,13 +17,12 @@ RUN_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ p5-Net>=0:${PORTSDIR}/net/p5-Net NO_BUILD= yes -USE_PERL5= yes DOCS= FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \ complete.tlb mj.tlb simple.tlb FIXPREFIX= tlb mungelist complete.tlb mj.tlb simple.tlb -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ${FIXPREFIX} perl_OLD_CMD= /usr/local/bin/perl5 |