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 | |
parent | bdd9216c88016e918329a645f08c54d9beaa6c16 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/nextcloud-passman/Makefile | 1 | ||||
-rw-r--r-- | security/nextcloud-twofactor_totp/Makefile | 1 | ||||
-rw-r--r-- | security/nextcloud-twofactor_u2f/Makefile | 1 |
3 files changed, 3 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 diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index 97662f704bd4..92a2974a1042 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/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 diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index 7595f6f07747..5cecf683a95f 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP= 74 NO_BUILD= yes NO_ARCH= yes |