diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-03-05 21:45:38 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-03-05 21:45:38 +0000 |
commit | 93c8f25a7645d01ede0bf1d880e679bfc8094ad5 (patch) | |
tree | e2ada58d6b5a5ea38b1cfe55d3c1bbcc7583f994 /mail/t-prot | |
parent | e832133d5a3547a8b9ae56276299cc6603787bc8 (diff) | |
download | ports-93c8f25a7645d01ede0bf1d880e679bfc8094ad5.tar.gz ports-93c8f25a7645d01ede0bf1d880e679bfc8094ad5.zip |
Notes
Diffstat (limited to 'mail/t-prot')
-rw-r--r-- | mail/t-prot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 053f8f020e8a..266fca00a427 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -7,6 +7,7 @@ PORTNAME= t-prot PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= sergei MAINTAINER= sergei@FreeBSD.org COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed +RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long USE_PERL5= yes NO_BUILD= yes |