diff options
author | taca <taca> | 2011-07-22 03:40:52 +0000 |
---|---|---|
committer | taca <taca> | 2011-07-22 03:40:52 +0000 |
commit | 19fc676033fc8fbe0dfddfe81a4cf9a9ed393afb (patch) | |
tree | 66c8f1fed176dcd9cdebed503b7e930566bb318d /devel/ruby-railties | |
parent | 4f44f81683d424f43f2ee93b00a849ddf9880e1c (diff) | |
download | pkgsrc-19fc676033fc8fbe0dfddfe81a4cf9a9ed393afb.tar.gz |
Set RUBY_RDOC_REQD to 3.4 as for gemspec and now rails command of
www/ruby-rails3 package should be work.
Bump PKGREVISION.
Diffstat (limited to 'devel/ruby-railties')
-rw-r--r-- | devel/ruby-railties/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-railties/Makefile b/devel/ruby-railties/Makefile index 5897f93b764..45c21d5595d 100644 --- a/devel/ruby-railties/Makefile +++ b/devel/ruby-railties/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/06/11 03:25:00 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/07/22 03:40:52 taca Exp $ DISTNAME= railties-${RUBY_RAILS3_VERSION} +PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,6 +10,7 @@ COMMENT= Tools for creating, working with, and running Rails applications LICENSE= mit RUBY_RAILS= 3 +RUBY_RDOC_REQD= 3.4 DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14.4<0.15:../../devel/ruby-thor #DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} |