summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-24 16:30:20 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-24 16:30:20 +0000
commit07279548e67667f77fe944987add6ada2f8300e2 (patch)
treec0a7a5326b9d20ca76c840e06c4a389d3a3ff4cb /Mk
parentUpdate to version 0.4.0 (diff)
Backout the previous --with-opt-dir change. I think I needed some
sleep... Problem found by: roberto
Notes
Notes: svn path=/head/; revision=41866
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ruby.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 62eb5fd7b127..34f3b3076947 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -215,7 +215,7 @@ RUBY_FLAGS+= -d
USE_RUBY= yes
RUBY_EXTCONF?= extconf.rb
-CONFIGURE_ARGS+= --with-opt-dir="${X11BASE}" \
+CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" \
--with-pthread-cflags="${PTHREAD_CFLAGS}" \
--with-pthread-libs="${PTHREAD_LIBS}"