diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index a19f9d335a44..794554ac8665 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -2,6 +2,7 @@ PORTNAME= cacti PORTVERSION= 0.8.8g${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ @@ -16,7 +17,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool USES= cpe shebangfix USE_MYSQL= yes -USE_PHP= mysql pcre session sockets snmp xml +USE_PHP= mysqli pcre session sockets snmp xml WANT_PHP_WEB= yes NO_ARCH= yes NO_BUILD= yes |