diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-13 03:16:43 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-13 03:16:43 +0800 |
commit | 37c72372f800867bdce781de6f0308276604579c (patch) | |
tree | 465369057bba6bef6372beab7d60abcfb7039b26 /lang/ruby16 | |
parent | 632701d022fba99cebd9ddee359ae1872e6a1b04 (diff) | |
download | freebsd-ports-gnome-37c72372f800867bdce781de6f0308276604579c.tar.gz freebsd-ports-gnome-37c72372f800867bdce781de6f0308276604579c.tar.zst freebsd-ports-gnome-37c72372f800867bdce781de6f0308276604579c.zip |
Support IPv6
Approved by: maintainer
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 596c57a05291..b7f0cb6340a0 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/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}" |