diff options
author | Lars Engels <lme@FreeBSD.org> | 2019-12-18 18:10:45 +0800 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2019-12-18 18:10:45 +0800 |
commit | 4fc808df0cd2e9c6c0497b0ca145968fba7f2365 (patch) | |
tree | 1dec55a12fb6a8700064c7c36d3ed2b956781499 /net-mgmt/icingaweb2-module-ipl | |
parent | 074bc8ccf747ea13df590be96e04496d507febbb (diff) | |
download | freebsd-ports-gnome-4fc808df0cd2e9c6c0497b0ca145968fba7f2365.tar.gz freebsd-ports-gnome-4fc808df0cd2e9c6c0497b0ca145968fba7f2365.tar.zst freebsd-ports-gnome-4fc808df0cd2e9c6c0497b0ca145968fba7f2365.zip |
Fix dependency syntax
PR: 210021
Submitted by: fluffy@
Reported by: mat@
Diffstat (limited to 'net-mgmt/icingaweb2-module-ipl')
-rw-r--r-- | net-mgmt/icingaweb2-module-ipl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-ipl/Makefile b/net-mgmt/icingaweb2-module-ipl/Makefile index ab423b01ae67..06e9307c19e1 100644 --- a/net-mgmt/icingaweb2-module-ipl/Makefile +++ b/net-mgmt/icingaweb2-module-ipl/Makefile @@ -13,7 +13,7 @@ COMMENT= Icinga PHP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -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 |