diff options
Diffstat (limited to 'databases/ruby-do_postgres/Makefile')
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile index 051efa6fe60..f463b0078a0 100644 --- a/databases/ruby-do_postgres/Makefile +++ b/databases/ruby-do_postgres/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/02/13 15:14:04 taca Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/16 14:29:07 taca Exp $ -DISTNAME= do_postgres-0.10.12 +DISTNAME= do_postgres-0.10.13 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://dataobjects.info/ COMMENT= PostgreSQL driver for DataObjects LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.7<0.11:../../databases/ruby-data_objects +DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects .include "../../lang/ruby/gem.mk" .include "../../mk/pgsql.buildlink3.mk" |