aboutsummaryrefslogtreecommitdiffstats
path: root/www/bacula-web/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-01-11 00:19:37 +0800
committerbapt <bapt@FreeBSD.org>2016-01-11 00:19:37 +0800
commitc28300b2e6c0aaa987f2b45724e48962368775fa (patch)
treee9e56b4b803cd544cd8f132d6c3d6bb7f6e9e442 /www/bacula-web/Makefile
parentfaa87cb5e67c5459b4bd7260bdc640184d487f93 (diff)
downloadfreebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.tar.gz
freebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.tar.zst
freebsd-ports-gnome-c28300b2e6c0aaa987f2b45724e48962368775fa.zip
Convert www ports to USES=sqlite and USES=firebird
Diffstat (limited to 'www/bacula-web/Makefile')
-rw-r--r--www/bacula-web/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile
index 00294304d461..a24265a00643 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -29,6 +29,8 @@ SUB_LIST= BASE=${BASE}
OPTIONS_DEFINE= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= PGSQL
+SQLITE_USES= sqlite
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
@@ -46,7 +48,6 @@ USE_PHP+= pdo_pgsql
.endif
.if ${PORT_OPTIONS:MSQLITE}
-USE_SQLITE= yes
CONFIGURE_ARGS+= --with-sqlite=yes
SUB_LIST+= REQ_SQLITE=sqlite
USE_PHP+= pdo_sqlite