From 6bbed6f2f1af24c3d808c8a68fcba4da1d4849fc Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 11 Jan 2010 21:06:02 +0000 Subject: [PATCH] - mark BROKEN for ruby 1.9 PR: 142461 --- databases/rubygem-postgres/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +.include + +.if ${RUBY_VER} == "1.9" +BROKEN= does not compile with ruby 1.9, please use rubygem-pg +.endif + +.include