diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-06 19:51:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-06 19:51:13 +0000 |
commit | 5ec08bad5f4d116c91abe426c4e362e1496f1ec7 (patch) | |
tree | 980f5b800761f29b781635f91f9dc8b4f147a2f3 /pkgtools | |
parent | 64becd14119bf43e7b803424337ef2c313e27a3c (diff) | |
download | pkgsrc-5ec08bad5f4d116c91abe426c4e362e1496f1ec7.tar.gz |
Fix dependency
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/tinderbox-dragonfly/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/tinderbox-dragonfly/options.mk b/pkgtools/tinderbox-dragonfly/options.mk index 1a0cfd6367c..e599a1d3a4f 100644 --- a/pkgtools/tinderbox-dragonfly/options.mk +++ b/pkgtools/tinderbox-dragonfly/options.mk @@ -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 @@ PLIST.WEBUI= yes .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 |