- mark BROKEN for ruby 1.9

PR:		142461
This commit is contained in:
Dirk Meyer 2010-01-11 21:06:02 +00:00
parent 2342b92830
commit 6bbed6f2f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247628

View file

@ -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>