diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-09 05:33:51 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-09 05:33:51 +0800 |
commit | 2589572de0efdec20ea58a890614984fd4abafeb (patch) | |
tree | f4bd02763f8270b4cf31708e8d91d09d8a712e3f /net-mgmt | |
parent | 53ec4e3707d5973881450ebbf29d9d65462e6ee9 (diff) | |
download | freebsd-ports-gnome-2589572de0efdec20ea58a890614984fd4abafeb.tar.gz freebsd-ports-gnome-2589572de0efdec20ea58a890614984fd4abafeb.tar.zst freebsd-ports-gnome-2589572de0efdec20ea58a890614984fd4abafeb.zip |
- unbreak port by using s/USE_APACHE/USE_APACHE_RUN/
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pandorafms_console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile index 2992c17ba73d..193e7ce5aeda 100644 --- a/net-mgmt/pandorafms_console/Makefile +++ b/net-mgmt/pandorafms_console/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/twopi:${PORTSDIR}/graphics/graphviz OPTIONS= PGSQL "Use PostgreSQL backend (experimental)" off -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ USE_PHP= curl gd gettext json ldap mbstring mysql snmp session \ xml zip zlib WANT_PHP_WEB= yes |