diff options
author | wen <wen> | 2016-10-22 07:44:03 +0000 |
---|---|---|
committer | wen <wen> | 2016-10-22 07:44:03 +0000 |
commit | 9fac5d4028aa0de5df9214ea024eb4b9cf31fe1a (patch) | |
tree | 9efab1ce01e54b87cd66b9906623e67a7ab4d5e5 /www | |
parent | 2a63c7fcd89e9f4b352030cca6f9fbba53f9be32 (diff) | |
download | pkgsrc-9fac5d4028aa0de5df9214ea024eb4b9cf31fe1a.tar.gz |
Add missing php module.
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 |