summaryrefslogtreecommitdiff
path: root/net/wping
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
commit042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch)
tree6fac5b7d85d4988f10ccfe52738047dfcc982820 /net/wping
parent- Remove SITE_PERL from *_DEPENDS (diff)
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300221
Diffstat (limited to 'net/wping')
-rw-r--r--net/wping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile
index e2b6f52773d3..82fc2832f602 100644
--- a/net/wping/Makefile
+++ b/net/wping/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/
MAINTAINER= mich@FreeBSD.org
COMMENT= A Web-based graphical ping log
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
+ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
USE_PERL5= 5.8.0+
USE_BZIP2= yes