diff options
author | obache <obache@pkgsrc.org> | 2010-10-13 02:47:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-13 02:47:19 +0000 |
commit | 82c80a1369b8259f127b3941ecab7cd78726a1c8 (patch) | |
tree | 5e7bc1a7b4075cc998d8e2cb326ffbd30f0ecc67 /www/rails | |
parent | 24bce2dbdd607f0ba420dc69b563fe8e33ed062a (diff) | |
download | pkgsrc-82c80a1369b8259f127b3941ecab7cd78726a1c8.tar.gz |
require rake>=0.8.3.
Bump PKGREVISION.
Diffstat (limited to 'www/rails')
-rw-r--r-- | www/rails/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile index 97611d8b8c1..331f2e19968 100644 --- a/www/rails/Makefile +++ b/www/rails/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2010/09/13 13:36:59 taca Exp $ +# $NetBSD: Makefile,v 1.20 2010/10/13 02:47:19 obache Exp $ DISTNAME= rails-2.3.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MAINTAINER= minskim@NetBSD.org @@ -9,6 +9,7 @@ HOMEPAGE= http://www.rubyonrails.org/ COMMENT= Framework for developing database-backed web applications LICENSE= mit +DEPENDS+= ${RUBY_PKGPREFIX}-rake>=0.8.3:../../devel/rake DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.9:../../devel/ruby-activesupport DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.3.9:../../databases/ruby-activerecord DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.3.9:../../www/ruby-actionpack |