diff options
author | antoine <antoine@FreeBSD.org> | 2019-09-22 15:14:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-09-22 15:14:00 +0800 |
commit | b4632fcf20981382ad9e1b37601ce4dd15083651 (patch) | |
tree | 8ee9853fe205829d45d09bb5071a0eb81239e5b4 /www/nextcloud-contacts | |
parent | ba8561d4a34fd1781bc40d82159cb6be0790f765 (diff) | |
download | freebsd-ports-gnome-b4632fcf20981382ad9e1b37601ce4dd15083651.tar.gz freebsd-ports-gnome-b4632fcf20981382ad9e1b37601ce4dd15083651.tar.zst freebsd-ports-gnome-b4632fcf20981382ad9e1b37601ce4dd15083651.zip |
Ignore with php 7.4
Reported by: pkg-fallout
Diffstat (limited to 'www/nextcloud-contacts')
-rw-r--r-- | www/nextcloud-contacts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index 85e9dbb625b8..c3f08a24c49a 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP= 74 NO_BUILD= yes NO_ARCH= yes |