aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby-devel/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-29 21:38:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-29 21:38:41 +0000
commitadec4b87b54c0acc6a4258a99cb5dd0c1236455e (patch)
treeb88431f2ee100f443652c54cda6739f864a4ec33 /lang/ruby-devel/Makefile
parent6143c44a3ec1b69cf73125475a1715e0565dfb1d (diff)
downloadports-adec4b87b54c0acc6a4258a99cb5dd0c1236455e.tar.gz
ports-adec4b87b54c0acc6a4258a99cb5dd0c1236455e.zip
It's not my day... Fix typo and unbreak.
Notes
Notes: svn path=/head/; revision=43290
Diffstat (limited to 'lang/ruby-devel/Makefile')
-rw-r--r--lang/ruby-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile
index 5dba09de51d7..912596b56963 100644
--- a/lang/ruby-devel/Makefile
+++ b/lang/ruby-devel/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>