From 37c72372f800867bdce781de6f0308276604579c Mon Sep 17 00:00:00 2001 From: sumikawa Date: Wed, 12 Jan 2000 19:16:43 +0000 Subject: Support IPv6 Approved by: maintainer --- lang/ruby/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/ruby') diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 596c57a05291..b7f0cb6340a0 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -19,6 +19,9 @@ MAINTAINER= yasuf@big.or.jp GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared +.if defined(USE_INET6) +CONFIGURE_ARGS+= --enable-ipv6 +.endif MAN1= ruby.1 PLIST_SUB+= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" -- cgit