summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-07-21 02:50:43 +0000
committertaca <taca@pkgsrc.org>2013-07-21 02:50:43 +0000
commit542d8e89a77c3d856386172a4ca368309328ec6d (patch)
tree5b09036184597c616f667ea20ab62579fd0f1ded /print
parent7a057363e8805be620155f21d4492c12ee055e72 (diff)
downloadpkgsrc-542d8e89a77c3d856386172a4ca368309328ec6d.tar.gz
Enable ruby200.
Diffstat (limited to 'print')
-rw-r--r--print/ruby-prawn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile
index cfcad1339b6..fbf3391b817 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/12/21 06:23:19 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/21 02:50:43 taca Exp $
DISTNAME= prawn-0.12.0
CATEGORIES= print
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-reader>=0.9.0:../../print/ruby-pdf-reader
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.0.2<1.1:../../fonts/ruby-ttfunk
-RUBY_VERSION_SUPPORTED= 193
+RUBY_VERSION_SUPPORTED= 200 193
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"