git: 06e37b74e0b9 - main - www/piwigo: noop: add lost change from 00b411fc8b1991da755d79d373ef86ad1f10d68f

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 11:52:43 UTC
The branch main has been updated by netchild:

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

commit 06e37b74e0b97614ebcb80072366e9f9f36dd5cd
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2023-12-14 11:50:29 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2023-12-14 11:52:41 +0000

    www/piwigo: noop: add lost change from 00b411fc8b1991da755d79d373ef86ad1f10d68f
---
 www/piwigo/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/piwigo/Makefile b/www/piwigo/Makefile
index 8bf0ffcaa10b..f2c2478263f6 100644
--- a/www/piwigo/Makefile
+++ b/www/piwigo/Makefile
@@ -13,8 +13,9 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
 USES=		cpe php:web,flavors zip
-USE_PHP=	ctype dom exif filter gd hash iconv json mbstring mysqli \
-		openssl pcre pdo session simplexml sodium spl tokenizer \
+# php hash/json/openssl/pcre/spl extension is required but it's statically linked in default php
+USE_PHP=	ctype dom exif filter gd iconv json mbstring mysqli \
+		pdo session simplexml sodium tokenizer \
 		xml zip zlib
 # sodium is needed for randomisation stuff (prefferred option),
 # 	could be replaced by mcrypt