diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-24 20:42:46 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-24 20:42:46 +0800 |
commit | c0a293cb7d6edc8d4b023fbce2a75208fd6a1235 (patch) | |
tree | a9873e696df6edb555041aded152016d277995ef /net-mgmt/nagvis | |
parent | f9da1af99b347ef569415035f5bb8d66d6551c09 (diff) | |
download | freebsd-ports-gnome-c0a293cb7d6edc8d4b023fbce2a75208fd6a1235.tar.gz freebsd-ports-gnome-c0a293cb7d6edc8d4b023fbce2a75208fd6a1235.tar.zst freebsd-ports-gnome-c0a293cb7d6edc8d4b023fbce2a75208fd6a1235.zip |
net-mgmt/nagvis: Mark NDO2DB option as broken
USE_PHP=mysql no longer works.
PR: 238103
Diffstat (limited to 'net-mgmt/nagvis')
-rw-r--r-- | net-mgmt/nagvis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagvis/Makefile b/net-mgmt/nagvis/Makefile index c1ebc7281390..0cbb8d23bb8a 100644 --- a/net-mgmt/nagvis/Makefile +++ b/net-mgmt/nagvis/Makefile @@ -38,7 +38,8 @@ NDO2DB_DESC= Depend on ndo2db broker GRAPHVIZ_RUN_DEPENDS= dot:graphics/graphviz MKLIVESTATUS_RUN_DEPENDS= mk-livestatus>=0:net-mgmt/mk-livestatus -NDO2DB_USE= PHP=mysql +NDO2DB_BROKEN= USE_PHP=mysql no longer supported +#NDO2DB_USE= PHP=mysql NDO2DB_RUN_DEPENDS= ndo2db-3x:net-mgmt/ndoutils post-extract: |