From 281bb1cc1dbe6939d53f27733cf8d537050e20dc Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 10 Apr 2011 18:18:09 +0000 Subject: - Mark broken with Ruby 1.9 --- print/ruby-pdflib/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'print') 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 +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include -- cgit