mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- mark BROKEN for ruby 1.9
PR: 142461
This commit is contained in:
parent
2342b92830
commit
6bbed6f2f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247628
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue