aboutsummaryrefslogtreecommitdiff
path: root/www/bacula-web
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:19:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:19:37 +0000
commit8c0520a0b3d9f78c0127c8751d755adfd48613a7 (patch)
treee9e56b4b803cd544cd8f132d6c3d6bb7f6e9e442 /www/bacula-web
parentbf548998cb24c05770825e2daebd4c059d48e3d9 (diff)
Notes
Diffstat (limited to 'www/bacula-web')
-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