From 1fcc17a256d2e42d159016ca9c7490a7d36038ad Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 6 Aug 2011 16:42:39 +0000 Subject: - Mark broken with Ruby 1.9 - Mark MAKE_JOBS_UNSAFE while here PR: ports/159172 With hat: ruby@ --- textproc/rast/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index 062926bcd393..f65316144378 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS= \ --with-filter-moduledir=${PREFIX}/lib/rast/filters CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDFLAGS="-lz" USE_LDCONFIG= YES +MAKE_JOBS_UNSAFE= yes MAN1= rast-config.1 rast-create.1 rast-delete.1 rast-optimize.1 \ rast-register.1 rast-search.1 @@ -70,4 +71,8 @@ PLIST_SUB+= WITH_XMLRPC_C="@comment " DEFAULT_ENCODING?= euc_jp +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + .include -- cgit