summaryrefslogtreecommitdiff
path: root/www/drupal6
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
committertaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
commit19dfadc274f784c44e232b7f359faf566e2ebd73 (patch)
tree6f520af076bc276061834128125ed219ffde8956 /www/drupal6
parentfecc84d3f711aab03f9f43fffc96b8c5b2c017ae (diff)
downloadpkgsrc-19dfadc274f784c44e232b7f359faf566e2ebd73.tar.gz
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'www/drupal6')
-rw-r--r--www/drupal6/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk
index 3080e79bcdc..5056975a74b 100644
--- a/www/drupal6/options.mk
+++ b/www/drupal6/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2012/04/14 16:25:11 adam Exp $
+# $NetBSD: options.mk,v 1.8 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
@@ -20,6 +20,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
### Use MySQL for storing Drupal data
###
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.endif
###