summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-26 13:27:50 +0000
committertaca <taca@pkgsrc.org>2014-03-26 13:27:50 +0000
commit5a8fd5dddd419029856791b694b91dc20e4a2ca8 (patch)
tree483da64fec8604ce090965a899c527b5eb9e373e /print
parentfd159592abec20c058cf052807e2c76ec6244028 (diff)
downloadpkgsrc-5a8fd5dddd419029856791b694b91dc20e4a2ca8.tar.gz
Allow build with ruby21.
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 fc5598ccb55..f12f069458f 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/03/14 17:51:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/26 13:28:29 taca Exp $
DISTNAME= prawn-0.15.0
CATEGORIES= print
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-core>=0.1.3<0.2:../../print/ruby-pdf-core
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.1.0<1.2:../../fonts/ruby-ttfunk
-RUBY_VERSION_SUPPORTED= 200 193
+RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"