diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
commit | a1993564e04f29ecbaa05be740547c8677d423cd (patch) | |
tree | a942b9de6ec3ced252f123bf8a905b18d685aa72 /net-mgmt/observium | |
parent | 868fb29f23bfae4d55ab923ea34259adf63b4886 (diff) | |
download | ports-a1993564e04f29ecbaa05be740547c8677d423cd.tar.gz ports-a1993564e04f29ecbaa05be740547c8677d423cd.zip |
Notes
Diffstat (limited to 'net-mgmt/observium')
-rw-r--r-- | net-mgmt/observium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index 4d2f47db23b2..2b01f60c55f5 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -35,8 +35,8 @@ NO_BUILD= yes RUN_DEPENDS+= rrdtool:databases/rrdtool \ dot:graphics/graphviz \ mtr:net/mtr-nox11 \ - ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \ - ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \ + ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVOR} \ + ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6@${PHP_FLAVOR} \ snmpget:net-mgmt/net-snmp \ sudo:security/sudo LIB_DEPENDS+= libpng.so:graphics/png |