diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 07:14:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 07:14:00 +0000 |
commit | 2de6d0986dae57ce2a2baf19795979345fcd04eb (patch) | |
tree | 8ee9853fe205829d45d09bb5071a0eb81239e5b4 /security/nextcloud-passman | |
parent | bdd9216c88016e918329a645f08c54d9beaa6c16 (diff) |
Ignore with php 7.4
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=512557
Diffstat (limited to 'security/nextcloud-passman')
-rw-r--r-- | security/nextcloud-passman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile index 09ded52e3eb1..f34c9fa25108 100644 --- a/security/nextcloud-passman/Makefile +++ b/security/nextcloud-passman/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nextcloud@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:flavors +IGNORE_WITH_PHP= 74 NO_BUILD= yes NO_ARCH= yes |