summaryrefslogtreecommitdiff
path: root/www/ruby-actionpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-actionpack/Makefile')
-rw-r--r--www/ruby-actionpack/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/ruby-actionpack/Makefile b/www/ruby-actionpack/Makefile
index 871de299b0e..f110d152c7f 100644
--- a/www/ruby-actionpack/Makefile
+++ b/www/ruby-actionpack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2011/02/09 12:40:51 taca Exp $
+# $NetBSD: Makefile,v 1.23 2011/03/23 14:27:14 taca Exp $
-DISTNAME= actionpack-2.3.11
+DISTNAME= actionpack-${RUBY_RAILS2_VERSION}
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
@@ -8,7 +8,9 @@ HOMEPAGE= http://rubyforge.org/projects/actionpack/
COMMENT= Two-step approach to web response generation
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.11<2.3.12:../../devel/ruby-activesupport
+RUBY_RAILS= 2
+
+DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1.0<1.2.0:../../www/ruby-rack11
.include "../../lang/ruby/gem.mk"