aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-01-11 21:06:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-01-11 21:06:02 +0000
commit6bbed6f2f1af24c3d808c8a68fcba4da1d4849fc (patch)
tree836d1352d8ebd8e297702b08bca39129dd29b34c /databases/rubygem-postgres
parent2342b92830f4f885be726c2d3657eb52a66b5970 (diff)
Notes
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r--databases/rubygem-postgres/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
index 368f8dd749df..9c3d231a4cda 100644
--- a/databases/rubygem-postgres/Makefile
+++ b/databases/rubygem-postgres/Makefile
@@ -24,4 +24,10 @@ PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == "1.9"
+BROKEN= does not compile with ruby 1.9, please use rubygem-pg
+.endif
+
+.include <bsd.port.post.mk>