diff options
author | taca <taca@pkgsrc.org> | 2019-12-16 16:30:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-12-16 16:30:13 +0000 |
commit | 4dca668a90c2240086534ad1d45c06195c5dcd1d (patch) | |
tree | fd7150a20eeaf49d47ef0beeae0e03bcee379d56 /www/drupal7 | |
parent | 0947bc8e8f81288786602231fedaf0792390bb89 (diff) | |
download | pkgsrc-4dca668a90c2240086534ad1d45c06195c5dcd1d.tar.gz |
Drop php71 support
Drop php71 support mechanically.
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index c8d767d925d..6200137b80b 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2019/12/15 18:24:32 taca Exp $ +# $NetBSD: Makefile,v 1.62 2019/12/16 16:30:14 taca Exp $ DISTNAME= drupal-7.67 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json -PHP_VERSIONS_ACCEPTED= 56 71 72 73 +PHP_VERSIONS_ACCEPTED= 56 72 73 NO_BUILD= YES DRUPAL= share/drupal |