summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2015-08-02 07:10:01 +0000
committertaca <taca>2015-08-02 07:10:01 +0000
commitcca39938a542a96be6021f877fa62e0271ae37a8 (patch)
tree2d2a88fc1d900c955a4d631e685c123779bbd72b /devel
parent35e70b3a0da9c4f8aff442e9bf5894985f97a847 (diff)
downloadpkgsrc-cca39938a542a96be6021f877fa62e0271ae37a8.tar.gz
Allow depending to rdoc 4.0 and later.
Fix a runtime problem of www/rails32, noted by Mark Davies <mark@>. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-railties32/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ruby-railties32/Makefile b/devel/ruby-railties32/Makefile
index 0f4e37f747b..2e24d092380 100644
--- a/devel/ruby-railties32/Makefile
+++ b/devel/ruby-railties32/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2015/06/22 13:54:57 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/08/02 07:10:01 taca Exp $
DISTNAME= railties-${RUBY_RAILS_VERSION}
+PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -18,7 +19,7 @@ RUBY_RAILS_SUPPORTED= 32
RUBY_RAILS_STRICT_DEP= yes
RUBY_RDOC_REQD= 3.4
USE_RAKE= RUN
-OVERRIDE_GEMSPEC+= rack-ssl>=1.3.2
+OVERRIDE_GEMSPEC+= rack-ssl>=1.3.2 rdoc>=3.4
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"