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 /print | |
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 'print')
-rw-r--r-- | print/ruby-pdflib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index bfb694882820..668517ee1524 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -59,4 +59,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> |