diff options
-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 |