diff options
author | taca <taca@pkgsrc.org> | 2015-06-08 16:01:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-08 16:01:41 +0000 |
commit | 18e684e1d613d7e86675867ef6f3dc19eeac4fda (patch) | |
tree | 16f88f0a4cae33dcb0e78c317fec96fd9ef2d165 | |
parent | 3bf2532218b3d5c66bed4caa8fdac6f079d60926 (diff) | |
download | pkgsrc-18e684e1d613d7e86675867ef6f3dc19eeac4fda.tar.gz |
Allow this package build on Ruby 2.2.
-rw-r--r-- | print/ruby-pdf-core/Makefile | 4 |
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" |