diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:22:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:22:04 +0000 |
commit | c0b3ecac4483b2524287317171c79548d9842905 (patch) | |
tree | a54ccbce3d9ebec379dfb9b18dc59f736f99ac20 /lang/ruby18 | |
parent | Remove support for OSVERSION < 5 (diff) |
Remove support for OSVERSION < 5
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 730178842d76..1d14a8c5ca17 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -92,7 +92,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-gc .endif -.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6) +.if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif |