diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-20 17:25:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-20 17:25:42 +0000 |
commit | 3ee931631c69e5814bd4e09136930b6d8459e161 (patch) | |
tree | 4562f64d175d9f41a11d219ca2bcb9a94acf76d6 /databases/rubygem-do_postgres | |
parent | Fix build with clang (diff) |
- Fix dependency versions
Notes
Notes:
svn path=/head/; revision=275909
Diffstat (limited to 'databases/rubygem-do_postgres')
-rw-r--r-- | databases/rubygem-do_postgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index 01e52ac74414..1fd69211f746 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for PostgreSQL -RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.3:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes |