From c672e521feac4bbd52ab39656dc3d47bc690af31 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 3 Nov 2002 21:47:34 +0000 Subject: Fix installation. Reported by: Fritz Heinrichmeyer --- lang/ruby18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/ruby18/Makefile') diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 86b1fb40769..94aea149f05 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -47,7 +47,7 @@ WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --enable-shared MAKE_ENV= LANG=C # prevent bison 1.33 w/ gettext 0.10.35 from coredumping -MAKE_ARGS= -j3 +#MAKE_ARGS= -j3 INSTALLS_SHLIB= yes MAN1= ruby${_RUBY_SUFFIX}.1 -- cgit