diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-04-16 21:24:17 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-04-16 21:24:17 +0000 |
commit | d758c03f59c50b77ec62f13e31916abf2fe7c03f (patch) | |
tree | 8917a3d17757d86bfeff2fa8b0f74f5028e902dc /net-mgmt/nagiosql | |
parent | 609b9bbab0c4f7455c6fac480742d764dd73cdf0 (diff) | |
download | ports-d758c03f59c50b77ec62f13e31916abf2fe7c03f.tar.gz ports-d758c03f59c50b77ec62f13e31916abf2fe7c03f.zip |
Notes
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 |