diff options
-rw-r--r-- | databases/ruby-postgres/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 342dd32fa188..8fa911952c27 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -43,4 +43,11 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} == "1.9" +BROKEN= does not compile with ruby 1.9, please use ruby-pg +.endif + +.include <bsd.port.post.mk> + |