summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-14 16:10:08 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-14 16:10:08 +0000
commitdc9bb506e3f7fadbacd05c6c760a5c44e041a195 (patch)
treef4b405ce0521f0e7429b634c411626e64ff2645d /meta-pkgs
parentc2dab714d137b0de9a1e9724cf2964c8969d0de9 (diff)
downloadpkgsrc-dc9bb506e3f7fadbacd05c6c760a5c44e041a195.tar.gz
Restrict to the same versions as the dependencies.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/ruby-shoulda/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/ruby-shoulda/Makefile b/meta-pkgs/ruby-shoulda/Makefile
index 6abdb63cc7c..b150fb2fef4 100644
--- a/meta-pkgs/ruby-shoulda/Makefile
+++ b/meta-pkgs/ruby-shoulda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/08/14 16:10:08 joerg Exp $
DISTNAME= shoulda-3.5.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=1.4.1<3.0:../../devel/ruby-shoulda
USE_LANGUAGES= # none
+RUBY_VERSION_SUPPORTED= 200 193 21
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"