diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
commit | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (patch) | |
tree | 25790a2d62913403336bcbc79b6928259a713b72 /net/wping | |
parent | 993695bac18e6d1d7d75491881526bc0cca0e9a8 (diff) | |
download | freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.gz freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.zst freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/wping')
-rw-r--r-- | net/wping/Makefile | 4 |
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 |