summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2009-10-17 13:08:20 +0000
committertaca <taca>2009-10-17 13:08:20 +0000
commitc330075a285ea1e2246fe0c2edd05d244ebfad1e (patch)
tree9b70420fbdb25ac7405e7041892ac8e650fe62ad
parente806a5dccdf798b61f7dcc90585cde948917aa88 (diff)
downloadpkgsrc-c330075a285ea1e2246fe0c2edd05d244ebfad1e.tar.gz
Explicitly mark this pacakge to Ruby 1.8.x only since it uses internal
implementation of String class.
-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