diff options
author | swills <swills@FreeBSD.org> | 2011-08-07 00:42:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-07 00:42:39 +0800 |
commit | 1fcc17a256d2e42d159016ca9c7490a7d36038ad (patch) | |
tree | 5716e21eeac1151412c7a7508c8d38063f04a4fc | |
parent | b457ad410cbb42c98228f86d1f8f8f09a92e3c11 (diff) | |
download | freebsd-ports-gnome-1fcc17a256d2e42d159016ca9c7490a7d36038ad.tar.gz freebsd-ports-gnome-1fcc17a256d2e42d159016ca9c7490a7d36038ad.tar.zst freebsd-ports-gnome-1fcc17a256d2e42d159016ca9c7490a7d36038ad.zip |
- Mark broken with Ruby 1.9
- Mark MAKE_JOBS_UNSAFE while here
PR: ports/159172
With hat: ruby@
-rw-r--r-- | textproc/rast/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.post.mk> |