summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-05-04 15:12:34 +0000
committertaca <taca@pkgsrc.org>2017-05-04 15:12:34 +0000
commit1691225db6a01fd29771d277db27c461165f3bf5 (patch)
treef646cecff7eff263ae0c191a70c2e1e556eca5df /devel
parentfcfabff8e43e558c50823352e724b8b75fb78a85 (diff)
downloadpkgsrc-1691225db6a01fd29771d277db27c461165f3bf5.tar.gz
Set RUBY_RAILS_SUPPORTED to 32 and utlize it.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-shoulda-matchers/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ruby-shoulda-matchers/Makefile b/devel/ruby-shoulda-matchers/Makefile
index a6dd10e2510..2e202a853ef 100644
--- a/devel/ruby-shoulda-matchers/Makefile
+++ b/devel/ruby-shoulda-matchers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/06/11 17:22:16 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/04 15:12:34 taca Exp $
DISTNAME= shoulda-matchers-2.8.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -9,9 +9,10 @@ HOMEPAGE= http://thoughtbot.com/community/
COMMENT= Making tests easy on the fingers and eyes
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.0:../../devel/ruby-activesupport32
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.0:${RUBY_RAILS32_ACTIVESUPPORT}
USE_LANGUAGES= # none
+RUBY_RAILS_SUPPORTED= 32
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"