diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-28 17:01:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-28 17:01:05 +0000 |
commit | c69c72bcdcd058f943e2e6f36eea90cb7769f01f (patch) | |
tree | e9a62e8a63a3c2aee5d86cb9235ea43468c72d95 /databases | |
parent | c6ecbe68a0978903d87095aaec0f980dd4e355ce (diff) | |
download | pkgsrc-c69c72bcdcd058f943e2e6f36eea90cb7769f01f.tar.gz |
Fix broken DEPENDS.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DBx-Garden-Catalyst/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile index 10eab3205c0..cbbab3abcd5 100644 --- a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile +++ b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/12/20 16:12:47 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/03/28 17:01:05 wiz Exp $ DISTNAME= Rose-DBx-Garden-Catalyst-0.13 PKGNAME= p5-${DISTNAME} @@ -20,8 +20,8 @@ DEPENDS+= p5-Rose-DBx-AutoReconnect>=0:../../databases/p5-Rose-DBx-AutoReconnect DEPENDS+= p5-Rose-DB-Object>=0.77:../../databases/p5-Rose-DB-Object DEPENDS+= p5-Rose-DBx-Garden>=0.11:../../databases/p5-Rose-DBx-Garden DEPENDS+= p5-YAML-Syck>=0:../../textproc/p5-YAML-Syck -DEPENDS+= p5-JSON>=>2.00:../../converters/p5-JSON -DEPENDS+= p5-JSON-XS>=>2.00:../../converters/p5-JSON-XS +DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON +DEPENDS+= p5-JSON-XS>=2.00:../../converters/p5-JSON-XS DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump DEPENDS+= p5-Tree-Simple>=0:../../devel/p5-Tree-Simple DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory |