diff options
Diffstat (limited to 'net-mgmt/observium/Makefile')
-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 |