diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 06:06:59 +0000 |
commit | f2af6ec9a8c3cf1e8d72e6266bee870756b02c41 (patch) | |
tree | 560b663694eb053e69f2fd7ce39f1ca119ab80c2 /mail/t-prot | |
parent | 6337984890c98036209bdd2001ac29c3386bf22a (diff) | |
download | ports-f2af6ec9a8c3cf1e8d72e6266bee870756b02c41.tar.gz ports-f2af6ec9a8c3cf1e8d72e6266bee870756b02c41.zip |
Notes
Diffstat (limited to 'mail/t-prot')
-rw-r--r-- | mail/t-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 0c276f1da65a..e7c612ad7036 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -17,7 +17,7 @@ COMMENT= TOFU Protection - Display Filter for RFC822 messages RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= t-prot.1 |