diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal7/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 6324b61cc88..4133493d4fe 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2016/10/21 14:31:30 wen Exp $ +# $NetBSD: Makefile,v 1.41 2016/10/22 07:44:03 wen Exp $ DISTNAME= drupal-7.51 +PKGREVISION= 1 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ @@ -10,8 +11,9 @@ HOMEPAGE= http://drupal.org/ COMMENT= Open source content management system LICENSE= gnu-gpl-v2 -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.5:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.5:../../textproc/php-json +DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd +DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json +DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.4.0:../../textproc/php-dom NO_BUILD= YES DRUPAL= share/drupal |