diff options
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 0c5f3af29ad4..2ca7079fc3e2 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -7,7 +7,6 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${MASTER_SITE_SUBDIR_RUBY} @@ -93,6 +92,7 @@ OBSOLETED_MODULES= bigfloat \ drb \ erb \ fileutils \ + openssl \ optparse \ racc-runtime \ rexml \ @@ -104,6 +104,8 @@ OBSOLETED_MODULES= bigfloat \ timex \ urb \ uri \ + webrick \ + xmlrpc \ yaml \ zlib |