diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /net-mgmt/observium | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt/observium')
-rw-r--r-- | net-mgmt/observium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index b220943fd3c4..e624180e2a9b 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -73,7 +73,7 @@ USE_MYSQL= client .endif .if defined(WITH_JAIL) -RUN_DEPENDS+= ${SITE_PERL}/Net/Ping.pm:${PORTSDIR}/net/p5-Net-Ping +RUN_DEPENDS+= p5-Net-Ping>=0:${PORTSDIR}/net/p5-Net-Ping DISTFILES+= fping SUB_LIST+= FPING="${LOCALBASE}/bin/fping-perl" PLIST_FILES+= bin/fping-perl |