Explicitly mark this pacakge to Ruby 1.8.x only since it uses internal
implementation of String class.
This commit is contained in:
parent
cf9b89b8e0
commit
235bb33fa8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue