diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-11 19:06:20 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-11 19:06:20 +0000 |
commit | 99a30e262b1ab851c74a477555f6865ad273ceda (patch) | |
tree | 3e49db01619e5c2640eb15c48a88b3167ad61a53 /databases/rubygem-do_postgres/Makefile | |
parent | 593e807d3c80593fdd2d25212ef3558501c8813d (diff) |
Notes
Diffstat (limited to 'databases/rubygem-do_postgres/Makefile')
-rw-r--r-- | databases/rubygem-do_postgres/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index 29c55d460b53..03a37eae112a 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -6,7 +6,7 @@ # PORTNAME= do_postgres -PORTVERSION= 0.9.11 +PORTVERSION= 0.10.0 CATEGORIES= databases rubygems MASTER_SITES= RUBYFORGE/dorb DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -14,9 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for PostgreSQL -RUN_DEPENDS= rubygem-data_objects>=0.9.11:${PORTSDIR}/databases/rubygem-data_objects - -BROKEN= unsatisfiable dependency +RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes USE_RUBY= yes |