summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-12-21 06:23:19 +0000
committerdholland <dholland@pkgsrc.org>2012-12-21 06:23:19 +0000
commit05c7b08d27903fe3dc19e6a044f99eb7025460f2 (patch)
tree7be8b33283af950bfe84cc9b15488a09418caf61 /print
parent0d4bb95e3edf24fb567753b566d935dc37b8cf2f (diff)
downloadpkgsrc-05c7b08d27903fe3dc19e6a044f99eb7025460f2.tar.gz
Disable this package on ruby18; it does not build and hasn't for ages,
and at this point it's not worth pretending we'll ever fix it.
Diffstat (limited to 'print')
-rw-r--r--print/ruby-prawn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile
index 6447ac5b143..cfcad1339b6 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/08/17 13:36:07 taca Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/21 06:23:19 dholland Exp $
DISTNAME= prawn-0.12.0
CATEGORIES= print
@@ -11,5 +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
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"