diff options
author | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
commit | a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037 (patch) | |
tree | f78a57ac64c34629a389583eb8e4f37a5cd8becd /mail/t-prot | |
parent | 5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0 (diff) | |
download | freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.gz freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.zst freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 37ea563382f0..0c276f1da65a 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ +RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext USE_PERL5= yes |