diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 17:46:12 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 17:46:12 +0000 |
commit | e7abcc4e4ee262b2727f97644e3f430fe30c0063 (patch) | |
tree | d8e34ebc3edb0a67e5e17670cee70522b4cc5eb1 /databases | |
parent | 071f10abba59af940bdb187f7a08d674edda932c (diff) | |
download | ports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.tar.gz ports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-bdb1/Makefile | 6 | ||||
-rw-r--r-- | databases/ruby-interbase/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/databases/ruby-bdb1/Makefile b/databases/ruby-bdb1/Makefile index 945356318ad7..4f6a52c9f6e2 100644 --- a/databases/ruby-bdb1/Makefile +++ b/databases/ruby-bdb1/Makefile @@ -46,4 +46,8 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/databases/ruby-interbase/Makefile b/databases/ruby-interbase/Makefile index 6d7c0a985091..79ea8223ffc1 100644 --- a/databases/ruby-interbase/Makefile +++ b/databases/ruby-interbase/Makefile @@ -38,4 +38,8 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> |