diff options
author | tz <tz@FreeBSD.org> | 2017-03-14 19:43:00 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:00:55 +0800 |
commit | 5e63abcff7b984d1ad8f64cdbb137819228d59e0 (patch) | |
tree | b56a692eb9fe9d5043e8d59f30bfd016e3ce6b56 /www | |
parent | be852ffaf47817107826ade43fce0c7c72588cbc (diff) | |
download | freebsd-ports-gnome-5e63abcff7b984d1ad8f64cdbb137819228d59e0.tar.gz freebsd-ports-gnome-5e63abcff7b984d1ad8f64cdbb137819228d59e0.tar.zst freebsd-ports-gnome-5e63abcff7b984d1ad8f64cdbb137819228d59e0.zip |
www/piwigo: Fix build error with php70
This is done by removing the obsoleted mysql module from USE_PHP,
especially since its replacement mysqli is already in it.
PR: 217318
Submitted by: tz
Reported by: Marko Cupać <marko.cupac@mimar.rs>
Reviewed by: Marko Cupać <marko.cupac@mimar.rs>
Approved by: Ralf van der Enden (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/piwigo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/piwigo/Makefile b/www/piwigo/Makefile index e84c5f621ba9..eee0a3033895 100644 --- a/www/piwigo/Makefile +++ b/www/piwigo/Makefile @@ -3,6 +3,7 @@ PORTNAME= piwigo PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING NO_BUILD= yes NO_ARCH= yes USE_PHP= calendar ctype dom exif filter gd gettext hash iconv json \ - mbstring mcrypt mysql mysqli openssl pcre pdf pdo posix \ + mbstring mcrypt mysqli openssl pcre pdf pdo posix \ session simplexml sockets spl tokenizer xml xmlreader \ xmlwriter zlib USES= cpe zip |