aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-27 06:20:00 +0800
committerknu <knu@FreeBSD.org>2002-03-27 06:20:00 +0800
commitee1429b230a70e2affe9d2f716f0c7b71b73d33a (patch)
tree09b7641e90254b7f16dfb750ffca24f4fd263104 /lang/ruby16/Makefile
parenta785d97fd34edf3d567423f39cf1ab2d7b29db10 (diff)
downloadfreebsd-ports-gnome-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.tar.gz
freebsd-ports-gnome-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.tar.zst
freebsd-ports-gnome-ee1429b230a70e2affe9d2f716f0c7b71b73d33a.zip
lang/ruby:
- Update to the latest 1.6 stable snapshot as of 2002-03-27. - Update the Oni Guruma alternative regex engine to 20020325. lang/ruby-devel: - Update to the latest 1.7 development snapshot as of 2002-03-26. - Add the WITH_ONIGURUMA knob as well as lang/ruby. - Require devel/autoconf (2.53 or later is required). - Add several modules to the obsoleted modules list (now included): bigfloat fileutils racc-runtime strscan
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index a21a0334193d..2dffc24fcd9c 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -27,7 +27,7 @@ MAINTAINER= knu@FreeBSD.org
.if defined(WITH_ONIGURUMA)
ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY}
ONIGURUMA_MASTER_SITE_SUBDIR= contrib
-ONIGURUMA_DISTFILE= onigd20020313.tar.gz
+ONIGURUMA_DISTFILE= onigd20020325.tar.gz
.endif
#USE_BZIP2= yes
@@ -36,7 +36,7 @@ USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
-USE_AUTOCONF_VER=213
+USE_AUTOCONF= yes # works either with 2.53 or with 2.13
INSTALLS_SHLIB= yes
WRKSRC= ${RUBY_WRKSRC}
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \