Skip to content

Commit

Permalink
www/piwigo: noop: add lost change from 00b411f
Browse files Browse the repository at this point in the history
  • Loading branch information
netchild committed Dec 14, 2023
1 parent 635531b commit 06e37b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/piwigo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e37b7

Please sign in to comment.