aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-graphite
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2019-12-18 10:10:45 +0000
committerLars Engels <lme@FreeBSD.org>2019-12-18 10:10:45 +0000
commit4fc808df0cd2e9c6c0497b0ca145968fba7f2365 (patch)
tree1dec55a12fb6a8700064c7c36d3ed2b956781499 /net-mgmt/icingaweb2-module-graphite
parent074bc8ccf747ea13df590be96e04496d507febbb (diff)
downloadports-4fc808df0cd2e9c6c0497b0ca145968fba7f2365.tar.gz
ports-4fc808df0cd2e9c6c0497b0ca145968fba7f2365.zip
Fix dependency syntax
PR: 210021 Submitted by: fluffy@ Reported by: mat@
Notes
Notes: svn path=/head/; revision=520379
Diffstat (limited to 'net-mgmt/icingaweb2-module-graphite')
-rw-r--r--net-mgmt/icingaweb2-module-graphite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile
index 652659516c90..b4e36cde74ed 100644
--- a/net-mgmt/icingaweb2-module-graphite/Makefile
+++ b/net-mgmt/icingaweb2-module-graphite/Makefile
@@ -13,7 +13,7 @@ COMMENT= Graphite integration into Icinga Web 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR}
+RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors