summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-03-22 20:08:04 +0000
committerjoerg <joerg@pkgsrc.org>2015-03-22 20:08:04 +0000
commitb9e787b154eb80386b6ef456169da9f8eb50b02b (patch)
treea4ace3a5ccf6515f3cb05e1dd0516dcfa3e1f7ee /print
parentcac1131fcb0f51af579a3f9729f7194f2c380dde (diff)
downloadpkgsrc-b9e787b154eb80386b6ef456169da9f8eb50b02b.tar.gz
Needs Ruby 2.x.
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 58ffff0d3e3..7535098201e 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/03/13 15:27:09 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/03/22 20:08:04 joerg Exp $
DISTNAME= prawn-2.0.0
CATEGORIES= print
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-core>=0.5.0<0.6:../../print/ruby-pdf-core
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.4.0<1.5:../../fonts/ruby-ttfunk
-RUBY_VERSION_SUPPORTED= 200 193 21
+RUBY_VERSION_SUPPORTED= 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"