summaryrefslogtreecommitdiff
path: root/print/ruby-pdf-core
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-08 16:01:41 +0000
committertaca <taca@pkgsrc.org>2015-06-08 16:01:41 +0000
commit09c6edf88d1bb9dbb4a8052cd2675d8bc89b8c5d (patch)
tree16f88f0a4cae33dcb0e78c317fec96fd9ef2d165 /print/ruby-pdf-core
parentcea54f10f9639aef1ba8639d1d6774f46401d70d (diff)
downloadpkgsrc-09c6edf88d1bb9dbb4a8052cd2675d8bc89b8c5d.tar.gz
Allow this package build on Ruby 2.2.
Diffstat (limited to 'print/ruby-pdf-core')
-rw-r--r--print/ruby-pdf-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ruby-pdf-core/Makefile b/print/ruby-pdf-core/Makefile
index bb575deca56..9b6a1820c3f 100644
--- a/print/ruby-pdf-core/Makefile
+++ b/print/ruby-pdf-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/03/13 15:22:51 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/06/08 16:01:41 taca Exp $
DISTNAME= pdf-core-0.5.1
CATEGORIES= print
@@ -8,7 +8,7 @@ HOMEPAGE= http://prawnpdf.org/
COMMENT= PDF::Core is used by Prawn to render PDF documents
LICENSE= mit
-RUBY_VERSION_SUPPORTED= 200 193 21
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"