diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
commit | be4c6448a890a12891a93bbc158a66ec4e868e79 (patch) | |
tree | 8cbaf74b97ffda20f53930215deea45720b020a0 /www/bacula-web | |
parent | 153a5ec176dc0b1a86f0eddd7cfb0ee8009b6c1f (diff) | |
download | ports-be4c6448a890a12891a93bbc158a66ec4e868e79.tar.gz ports-be4c6448a890a12891a93bbc158a66ec4e868e79.zip |
Notes
Diffstat (limited to 'www/bacula-web')
-rw-r--r-- | www/bacula-web/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index af392d7846bd..793f07052711 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -18,6 +18,7 @@ COMMENT= Bacula-web provides a summarized output of Bacula jobs RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB NO_BUILD= yes +USE_PHP= yes WANT_PHP_WEB= yes OPTIONS= POSTGRESQL "Use PostgreSQL database instead of MySQL" on @@ -30,16 +31,14 @@ SUB_FILES= pkg-message USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=yes SUB_LIST+= REQ_PGSQL=postgresql -USE_PHP= pgsql +USE_PHP+= pgsql .else CONFIGURE_ARGS+= --with-mysql=yes USE_MYSQL= yes SUB_LIST+= REQ_MYSQL=mysql -USE_PHP= mysql +USE_PHP+= mysql .endif -.include "${PORTSDIR}/Mk/bsd.php.mk" - do-install: @${ECHO} "Installing in ${PREFIX}/www/bacula-web" ${MKDIR} ${PREFIX}/www/bacula-web |