diff options
author | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
commit | 281bb1cc1dbe6939d53f27733cf8d537050e20dc (patch) | |
tree | a39d720d5dc4e88e9d857aa56f5975a7da5ffc57 /graphics | |
parent | 5ab67ad7a6d341b9e28e7508912c27da5cd45c4c (diff) | |
download | freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.gz freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.zst freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.zip |
- Mark broken with Ruby 1.9
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-graph/Makefile | 6 | ||||
-rw-r--r-- | graphics/ruby-libpng/Makefile | 6 | ||||
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile index 85582a3edaa1..c06972ffa270 100644 --- a/graphics/ruby-graph/Makefile +++ b/graphics/ruby-graph/Makefile @@ -36,4 +36,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/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile index 3dd328946219..67dbf7845bdc 100644 --- a/graphics/ruby-libpng/Makefile +++ b/graphics/ruby-libpng/Makefile @@ -50,4 +50,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/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index f935b49e725a..a87dafeb2736 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -50,4 +50,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> |