diff options
author | wxs <wxs@FreeBSD.org> | 2009-04-01 04:08:02 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-04-01 04:08:02 +0800 |
commit | f8c24d79559cd0cad445e29c78ee280be8c873a9 (patch) | |
tree | 65fa7898b311b59bf54a225e77b8aae839d7118a /mail/t-prot | |
parent | 9e6570095dead4453ccf32313b9a1ca9ffebc011 (diff) | |
download | freebsd-ports-gnome-f8c24d79559cd0cad445e29c78ee280be8c873a9.tar.gz freebsd-ports-gnome-f8c24d79559cd0cad445e29c78ee280be8c873a9.tar.zst freebsd-ports-gnome-f8c24d79559cd0cad445e29c78ee280be8c873a9.zip |
Revert back to Getopt::Mixed dependency.
PR: ports/132922
Submitted by: rollingbits@gmail.com
Approved by: sergei (maintainer)
Diffstat (limited to 'mail/t-prot')
-rw-r--r-- | mail/t-prot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 266fca00a427..4bd7e09de463 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -7,7 +7,7 @@ PORTNAME= t-prot PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sergei MAINTAINER= sergei@FreeBSD.org COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed USE_PERL5= yes NO_BUILD= yes |