diff options
author | knu <knu@FreeBSD.org> | 2004-05-03 04:30:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-03 04:30:11 +0800 |
commit | ca397914194b428ec7fe8b97aad0f1ea0c000fbb (patch) | |
tree | df8bf3ce5cce67b8bb5a029e7b816dbb16a3280c /lang/ruby18/Makefile | |
parent | c0aaaedd13eb460f47fd0e799200deb336630102 (diff) | |
download | freebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.tar.gz freebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.tar.zst freebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.zip |
Update lang/ruby18 and the bundled modules to the latest 1.8 branch
snapshot as of 2004-05-02.
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 463ce1ecf70a..cddf3a6f017c 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -7,7 +7,6 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 2 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${MASTER_SITE_SUBDIR_RUBY} @@ -32,7 +31,7 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif -#USE_BZIP2= yes +USE_BZIP2= yes USE_OPENSSL= yes RUBY_VER= 1.8 |