No need to buildlink with database library.
Bump PKGREVISION to relax dependency on db library.
This commit is contained in:
parent
a1da17400f
commit
cd544ba61e
2 changed files with 3 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue