diff options
author | obache <obache> | 2010-09-30 08:02:56 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-30 08:02:56 +0000 |
commit | 47cb43fdedc52571264ebb263f3c229b0fea2c60 (patch) | |
tree | 36f2695ba587d369559c32c18a45f9a9f1621985 /www | |
parent | 1e9f8771ebdec48386dc85560dfc487bf7c7dd6b (diff) | |
download | pkgsrc-47cb43fdedc52571264ebb263f3c229b0fea2c60.tar.gz |
No need to buildlink with database library.
Bump PKGREVISION to relax dependency on db library.
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal/Makefile | 3 | ||||
-rw-r--r-- | www/drupal/options.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index d6e2bcaa31e..0e2eaae96a7 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2010/03/15 16:48:53 taca Exp $ +# $NetBSD: Makefile,v 1.46 2010/09/30 08:02:56 obache Exp $ DISTNAME= drupal-5.22 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal/options.mk b/www/drupal/options.mk index 6a33851e50e..fadc5f464b6 100644 --- a/www/drupal/options.mk +++ b/www/drupal/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:02:56 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.drupal @@ -14,13 +14,11 @@ PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices ### 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 |