aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-02-12 20:57:19 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-02-12 20:57:19 +0000
commit19d6b32dbc5b452357feaf5dfedd549fc60ded3a (patch)
tree083eb4c7b003dc830ee6cd2eb6d460ee762d0d3f /www/nextcloud
parenta937b4648266d0ebdf158ca5345a7b39cfce18de (diff)
downloadports-19d6b32dbc5b452357feaf5dfedd549fc60ded3a.tar.gz
ports-19d6b32dbc5b452357feaf5dfedd549fc60ded3a.zip
nextcloud: Compatible with PHP 7.4
(as of 18) Reported by: Lukasz Dudek <ldudek gmail com>
Notes
Notes: svn path=/head/; revision=525969
Diffstat (limited to 'www/nextcloud')
-rw-r--r--www/nextcloud/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index 6f148e835cd0..13f826583f27 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -14,8 +14,7 @@ LICENSE= AGPLv3
USES= cpe gettext-runtime php:flavors,web tar:bzip2
USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \
mbstring pdo posix session simplexml xml xmlreader xmlwriter \
- xsl wddx zip zlib
-IGNORE_WITH_PHP= 74
+ xsl zip zlib
NEXTCLOUD_USERNAME?= ${WWWOWN}
NEXTCLOUD_GROUPNAME?= ${WWWGRP}