aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-generictts
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-generictts
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-generictts')
-rw-r--r--net-mgmt/icingaweb2-module-generictts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-generictts/Makefile b/net-mgmt/icingaweb2-module-generictts/Makefile
index 98aa2e87f6e5..450b06e83369 100644
--- a/net-mgmt/icingaweb2-module-generictts/Makefile
+++ b/net-mgmt/icingaweb2-module-generictts/Makefile
@@ -13,7 +13,7 @@ COMMENT= Generic ticket system integration into Icinga web 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
+RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors