diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 03:04:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 03:04:23 +0000 |
commit | 846c11ebee9eeb0be115c28527a333d2cbc5f0fd (patch) | |
tree | f39156810d771916e503e48c310a88d95cd1945d /www/drupal6/Makefile | |
parent | af866eed0c48706d5616e1ff3bb274c73f7f1e69 (diff) | |
download | pkgsrc-846c11ebee9eeb0be115c28527a333d2cbc5f0fd.tar.gz |
Don't use "5" in PKG_PHP_VERSION.
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r-- | www/drupal6/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 0c9d5ddaf64..436327cbb1d 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/05/03 07:02:12 taca Exp $ +# $NetBSD: Makefile,v 1.36 2012/06/16 03:04:23 taca Exp $ DISTNAME= drupal-6.26 CATEGORIES= www @@ -11,11 +11,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -.include "../../lang/php/phpversion.mk" - -.if ${PKG_PHP_VERSION} == "5" -DEPENDS+= php>=5.2.0<5.3:../../lang/php5 -.endif DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.5:../../graphics/php-gd NO_BUILD= YES @@ -90,4 +85,5 @@ post-install: ${FIND} ${DESTDIR}${PREFIX}/${DRUPAL} \ \( -name '*.jpg' -o -name '*.png' \) | ${XARGS} ${CHMOD} 0644 +.include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" |