diff options
author | joerg <joerg> | 2011-11-06 19:51:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-06 19:51:13 +0000 |
commit | caed256b5bb72ffd639b352a6fbba3f996b4ac85 (patch) | |
tree | 980f5b800761f29b781635f91f9dc8b4f147a2f3 /pkgtools | |
parent | a89b6d3a94fc30b902b959183ce593686bd03342 (diff) | |
download | pkgsrc-caed256b5bb72ffd639b352a6fbba3f996b4ac85.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 |