diff options
Diffstat (limited to 'net-mgmt/nagiosql')
-rw-r--r-- | net-mgmt/nagiosql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagiosql/Makefile b/net-mgmt/nagiosql/Makefile index 9079bc6216cc..19220da9f4d1 100644 --- a/net-mgmt/nagiosql/Makefile +++ b/net-mgmt/nagiosql/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagiosql PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} @@ -20,7 +20,7 @@ RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios \ USE_BZIP2= yes USE_MYSQL= yes USE_GETTEXT= yes -USE_PHP= mysql gettext session simplexml +USE_PHP= mysql filter gettext session simplexml WANT_PHP_WEB= yes USERS?= nagios |