git: d9bfbccf469a - main - www/bacula-web: add php*-sqlite3

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Sun, 25 Sep 2022 18:12:17 UTC
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bfbccf469a176eb20929996f63e789176ae1a9

commit d9bfbccf469a176eb20929996f63e789176ae1a9
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2022-09-25 18:10:15 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2022-09-25 18:12:11 +0000

    www/bacula-web: add php*-sqlite3
    
    PR: 266597
    Submitted By: freebsd-ports@charlieroot.de
---
 www/bacula-web/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile
index 42c27d3b33b0..dda944585944 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	bacula-web
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.5.5
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www sysutils
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -45,7 +45,7 @@ USE_PHP+=		pdo_pgsql
 .if ${PORT_OPTIONS:MSQLITE}
 CONFIGURE_ARGS+=	--with-sqlite=yes
 SUB_LIST+=		REQ_SQLITE=sqlite
-USE_PHP+=		pdo_sqlite
+USE_PHP+=		pdo_sqlite sqlite3
 .endif
 
 do-install: