summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-17 17:48:10 +0000
committertaca <taca@pkgsrc.org>2011-12-17 17:48:10 +0000
commit2a2ef4e3aca127e3e5a05fad508e546742da27a5 (patch)
treeee08c68b376be1936dfed031b90fb4b99b422fae /devel
parentd29e50f7555cd95842fac5946581740e11ae6095 (diff)
downloadpkgsrc-2a2ef4e3aca127e3e5a05fad508e546742da27a5.tar.gz
Add missing dependency to ruby-multi_json, noted by HIRAMATSU Yoshifumi
on tech-pkg-ja@. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-activesupport31/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ruby-activesupport31/Makefile b/devel/ruby-activesupport31/Makefile
index 1c1baedcaae..9ed714b07d7 100644
--- a/devel/ruby-activesupport31/Makefile
+++ b/devel/ruby-activesupport31/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:15:16 taca Exp $
+# $NetBSD: Makefile,v 1.2 2011/12/17 17:48:10 taca Exp $
DISTNAME= activesupport-${RUBY_RAILS_VERSION}
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,6 +9,8 @@ HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Toolkit of support libraries and Ruby core extensions 3.1
LICENSE= mit
+DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
+
RUBY_RAILS_SUPPORTED= 31
.include "../../lang/ruby/gem.mk"