aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2023-01-23 13:48:22 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2023-01-23 13:51:52 +0000
commitc2b7e5a4ccdb8d33ceb191858eb77cffae24900d (patch)
tree50fabd4c153c7581a4979ff12325fa8462a44887
parent6451492b53545e19bc2761229143294c6503de8f (diff)
downloadports-c2b7e5a4ccdb8d33ceb191858eb77cffae24900d.tar.gz
ports-c2b7e5a4ccdb8d33ceb191858eb77cffae24900d.zip
net-mgmt/icingaweb2-module-incubator: unneeded RUN_DEPENDS
Sponsored by: Netzkommune GmbH
-rw-r--r--net-mgmt/icingaweb2-module-incubator/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/icingaweb2-module-incubator/Makefile b/net-mgmt/icingaweb2-module-incubator/Makefile
index 8695455b09a5..fc79d11d9a2c 100644
--- a/net-mgmt/icingaweb2-module-incubator/Makefile
+++ b/net-mgmt/icingaweb2-module-incubator/Makefile
@@ -1,6 +1,7 @@
PORTNAME= icingaweb2-module-incubator
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.0
+PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@@ -11,8 +12,6 @@ WWW= https://github.com/Icinga/icingaweb2-module-incubator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR}
-
USES= php:web,flavors
USE_GITHUB= yes