aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-01 11:39:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-01 11:39:36 +0000
commit2b235ff922d330bf2d8bcf4f761c873d355cd7ef (patch)
tree6e75c2d803f987f39f8d0483a19fbc0a169aa2e6 /lang/ruby16/Makefile
parent3dd07841021a9df7998e7c25117816e50ca4a7bc (diff)
downloadports-2b235ff922d330bf2d8bcf4f761c873d355cd7ef.tar.gz
ports-2b235ff922d330bf2d8bcf4f761c873d355cd7ef.zip
Notes
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index 227025d4a8c6..2ec7ff6ca6e3 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -7,7 +7,6 @@
PORTNAME= ruby
PORTVERSION= ${RUBY_PORTVERSION}
-PORTREVISION= 1
CATEGORIES= lang ruby ipv6
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= ${RUBY_VER}
@@ -31,8 +30,8 @@ CONFIGURE_ARGS= --enable-shared
MAN1= ruby${_RUBY_SUFFIX}.1
MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1
-.if !defined(WITH_LIBC_R)
-CONFIGURE_ARGS+= --with-libc_r=no
+.if defined(WITH_LIBC_R)
+CONFIGURE_ARGS+= --with-libc_r=yes
.endif
.include <bsd.port.pre.mk>