pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/tinderbox-dragonfly Fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bc710f63271
branches:  trunk
changeset: 594777:0bc710f63271
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 06 19:51:13 2011 +0000

description:
Fix dependency

diffstat:

 pkgtools/tinderbox-dragonfly/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65d71c9109de -r 0bc710f63271 pkgtools/tinderbox-dragonfly/options.mk
--- a/pkgtools/tinderbox-dragonfly/options.mk   Sun Nov 06 19:32:29 2011 +0000
+++ b/pkgtools/tinderbox-dragonfly/options.mk   Sun Nov 06 19:51:13 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2011/11/02 21:13:17 marino Exp $
+# $NetBSD: options.mk,v 1.2 2011/11/06 19:51:13 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tbox-dfly
 PKG_SUPPORTED_OPTIONS= pgsql mysql webui anybody lsof emailer
@@ -32,7 +32,7 @@
 .if !empty(PKG_OPTIONS:Mpgsql)
 DEPENDS+=      p5-DBD-postgresql>=2.12:../../databases/p5-DBD-postgresql
 .if !empty(PKG_OPTIONS:Mwebui)
-DEPENDS+=      ${PHP_PKG_PREFIX}-pear-MDB2_Driver_pgsql:../../databases/pear-MDB2_Driver_pgsql
+DEPENDS+=      ${PHP_PKG_PREFIX}-pear-MDB2_Driver_pgsql-[0-9]*:../../databases/pear-MDB2_Driver_pgsql
 DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql>=5.1:../../databases/php-pgsql
 .endif
 .endif



Home | Main Index | Thread Index | Old Index