summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-10-17 13:08:20 +0000
committertaca <taca@pkgsrc.org>2009-10-17 13:08:20 +0000
commitb5ca447100626acf3c5df8ee365c89b3f1836d7e (patch)
tree9b70420fbdb25ac7405e7041892ac8e650fe62ad /converters
parent6590a4e65c22d703008fe1ee146775ce19323301 (diff)
downloadpkgsrc-b5ca447100626acf3c5df8ee365c89b3f1836d7e.tar.gz
Explicitly mark this pacakge to Ruby 1.8.x only since it uses internal
implementation of String class.
Diffstat (limited to 'converters')
-rw-r--r--converters/ruby-uconv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile
index 51de2d0b874..6d57b9143bf 100644
--- a/converters/ruby-uconv/Makefile
+++ b/converters/ruby-uconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/06/22 06:04:43 taca Exp $
+# $NetBSD: Makefile,v 1.16 2009/10/17 13:08:20 taca Exp $
DISTNAME= uconv-0.4.12
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT= Unicode conversion library with Japanese codesets support
PKG_DESTDIR_SUPPORT= destdir
+RUBY_VERSION_SUPPORTED= 18
RUBY_HAS_ARCHLIB= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/uconv