diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:19:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:19:37 +0800 |
commit | c28300b2e6c0aaa987f2b45724e48962368775fa (patch) | |
tree | e9e56b4b803cd544cd8f132d6c3d6bb7f6e9e442 /www/bacula-web/Makefile | |
parent | faa87cb5e67c5459b4bd7260bdc640184d487f93 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |