diff options
Diffstat (limited to 'www/matomo/Makefile')
-rw-r--r-- | www/matomo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/matomo/Makefile b/www/matomo/Makefile index 2515070b1dec..0dbb57b1e3cc 100644 --- a/www/matomo/Makefile +++ b/www/matomo/Makefile @@ -12,8 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe shebangfix php:flavors -USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json \ - mbstring mcrypt memcache mysqli opcache openssl pcre pdo \ +USE_PHP= ctype curl dom fileinfo filter gd iconv intl \ + mbstring mcrypt memcache mysqli opcache pdo \ pdo_mysql posix readline session simplexml soap sockets \ sqlite3 tidy tokenizer xml zlib |