aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2012-06-05 22:27:52 +0800
committerjadawin <jadawin@FreeBSD.org>2012-06-05 22:27:52 +0800
commitb480f1aa14b6d4ef1da122ec704fcfb341e9c379 (patch)
tree417e2696534bcccdcd234b2fbdbaf556fd1a2bbf /mail
parenta3115390f9be39e3035378b203b0a6cb3f0f071a (diff)
downloadfreebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.gz
freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.zst
freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'mail')
-rw-r--r--mail/pop-before-smtp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile
index 6a54e574e325..2b77df270f0e 100644
--- a/mail/pop-before-smtp/Makefile
+++ b/mail/pop-before-smtp/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= SF/popbsmtp/Source%20tar/${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A log parser to identify valid POP/IMAP logins for later smtp
-RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
- ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
+RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
+ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
+ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
NO_BUILD= yes
USE_PERL5_RUN= yes