summaryrefslogtreecommitdiff
path: root/www/drupal6
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-30 08:17:23 +0000
committerobache <obache@pkgsrc.org>2010-09-30 08:17:23 +0000
commit2d31d5830272c04f494e7cc8ea7b930c1de3cef7 (patch)
treed2be01df30303c9c14000f074ebe09ebd792bd5b /www/drupal6
parentd836a2a197934d3a88a53b604b75fd071dd7b0fa (diff)
downloadpkgsrc-2d31d5830272c04f494e7cc8ea7b930c1de3cef7.tar.gz
No need to buildlink with database libraries.
Bump PKGREVISION to relax dependency on database libraries.
Diffstat (limited to 'www/drupal6')
-rw-r--r--www/drupal6/Makefile3
-rw-r--r--www/drupal6/options.mk4
2 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index 86f126ce2f9..873e39c38e5 100644
--- a/www/drupal6/Makefile
+++ b/www/drupal6/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2010/08/11 21:56:28 taca Exp $
+# $NetBSD: Makefile,v 1.23 2010/09/30 08:20:24 obache Exp $
DISTNAME= drupal-6.18
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk
index db0caa66cff..23a37c3f40f 100644
--- a/www/drupal6/options.mk
+++ b/www/drupal6/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
+# $NetBSD: options.mk,v 1.6 2010/09/30 08:20:24 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
@@ -14,13 +14,11 @@ PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache
### Use PostgreSQL for storing Drupal data
###
.if !empty(PKG_OPTIONS:Mpgsql)
-. include "../../mk/pgsql.buildlink3.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
.elif !empty(PKG_OPTIONS:Mmysql)
###
### Use MySQL for storing Drupal data
###
-. include "../../mk/mysql.buildlink3.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
.endif