diff options
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 |