diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
commit | 69b6f05b28433af07f2b5b45ceb33f35d51932ac (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/bsmtp/Makefile | |
parent | 02913580192eb376248a8002f1f223a8a9335efd (diff) | |
download | ports-69b6f05b28433af07f2b5b45ceb33f35d51932ac.tar.gz ports-69b6f05b28433af07f2b5b45ceb33f35d51932ac.zip |
Notes
Diffstat (limited to 'mail/bsmtp/Makefile')
-rw-r--r-- | mail/bsmtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index fa6b47cc46eb..db54bc589bbb 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -12,8 +12,7 @@ COMMENT= Batch SMTP support for sendmail, incoming and outgoing CONFLICTS= smail-3.* -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --redo |