diff options
author | knu <knu@FreeBSD.org> | 2013-06-20 16:41:57 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2013-06-20 16:41:57 +0800 |
commit | 66a9d0941b54ba2ce6515cb21f93d98a759a7c9f (patch) | |
tree | 068c36be568991e5ad599b450a2ac13b22cfb154 /lang | |
parent | 6ce9c47f6defca3b98b22d75eaceb694fd0b9ef5 (diff) | |
download | freebsd-ports-gnome-66a9d0941b54ba2ce6515cb21f93d98a759a7c9f.tar.gz freebsd-ports-gnome-66a9d0941b54ba2ce6515cb21f93d98a759a7c9f.tar.zst freebsd-ports-gnome-66a9d0941b54ba2ce6515cb21f93d98a759a7c9f.zip |
The iconv module is no longer part of ruby's standard distribution.
(ext/iconv is an empty directory, so we can just leave it)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby20/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby20/pkg-message | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile index 8fc324dbafda..4015f91a3a21 100644 --- a/lang/ruby20/Makefile +++ b/lang/ruby20/Makefile @@ -136,7 +136,7 @@ post-patch: # # Prepare modules we are wanting to build via external ports # -.for d in gdbm iconv tk +.for d in gdbm tk ${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ .endfor diff --git a/lang/ruby20/pkg-message b/lang/ruby20/pkg-message index 55a8d73c8b69..88c043fd6aeb 100644 --- a/lang/ruby20/pkg-message +++ b/lang/ruby20/pkg-message @@ -8,7 +8,6 @@ of upgrading: And some of the standard libraries are provided as separate ports since they require extra dependencies: - converters/ruby-iconv: iconv module databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk |