diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-16 08:08:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-16 08:08:17 +0800 |
commit | 43884c84e2a012256e96a1cfa77376f7d88967a4 (patch) | |
tree | 9c808e80da03652367e5da558521e49e9ec1c738 /lang | |
parent | 54eb780f7c037108f157bc8477d2269c203a4827 (diff) | |
download | freebsd-ports-graphics-43884c84e2a012256e96a1cfa77376f7d88967a4.tar.gz freebsd-ports-graphics-43884c84e2a012256e96a1cfa77376f7d88967a4.tar.zst freebsd-ports-graphics-43884c84e2a012256e96a1cfa77376f7d88967a4.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Approved by: stas (maintainer) via irc #bsdports
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby19/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index b1a28e1ea42..daac2f2f362 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -18,6 +18,8 @@ DIST_SUBDIR= ruby MAINTAINER= stas@FreeBSD.org COMMENT?= An object-oriented interpreted scripting language +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ |