aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-05-30 05:38:41 +0800
committerknu <knu@FreeBSD.org>2001-05-30 05:38:41 +0800
commit31a6bbce320aa076ea0a12a1b9f54c9719ad9656 (patch)
tree395903cb8b3fdde1266dd4d2963a30893d47e832 /lang/ruby18
parent483af5be2cd54c867bd581ae1b5682644ffdd588 (diff)
downloadfreebsd-ports-gnome-31a6bbce320aa076ea0a12a1b9f54c9719ad9656.tar.gz
freebsd-ports-gnome-31a6bbce320aa076ea0a12a1b9f54c9719ad9656.tar.zst
freebsd-ports-gnome-31a6bbce320aa076ea0a12a1b9f54c9719ad9656.zip
It's not my day... Fix typo and unbreak.
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 5dba09de51d7..912596b56963 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -34,7 +34,7 @@ MAN1= ruby${_RUBY_SUFFIX}.1
MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1
.if !defined(WITH_LIBC_R)
-CONFIGURE_ARGS+= --with_libc_r=no
+CONFIGURE_ARGS+= --with-libc_r=no
.endif
.include <bsd.port.pre.mk>