summaryrefslogtreecommitdiff
path: root/misc/ruby-pry
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-09-23 08:51:00 +0000
committerfhajny <fhajny>2014-09-23 08:51:00 +0000
commita37fd7141cdba83e465fd80e30d55f04d8dfc800 (patch)
tree1e8bf664654c7de2f30c2940219a2bb9e505b695 /misc/ruby-pry
parent86d15984115f120f1c305c72faa2bc88a4a86942 (diff)
downloadpkgsrc-a37fd7141cdba83e465fd80e30d55f04d8dfc800.tar.gz
Needs rdoc 4.0.0 or newer. Fixes build with RUBY_VERSION_DEFAULT=193,
no change on newer Ruby versions.
Diffstat (limited to 'misc/ruby-pry')
-rw-r--r--misc/ruby-pry/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-pry/Makefile b/misc/ruby-pry/Makefile
index 7139100673e..7b9d42364c0 100644
--- a/misc/ruby-pry/Makefile
+++ b/misc/ruby-pry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 15:08:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/23 08:51:00 fhajny Exp $
DISTNAME= pry-0.9.12.6
CATEGORIES= misc
@@ -13,5 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=0.8.2<1.0:../../misc/ruby-method_sour
DEPENDS+= ${RUBY_PKGPREFIX}-slop>=3.5.0<4.0:../../misc/ruby-slop
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay
+RUBY_RDOC_REQD= 4.0.0
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"