diff options
-rw-r--r-- | databases/ruby-dm-core/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/ruby-dm-core/Makefile b/databases/ruby-dm-core/Makefile index ddd8de06d2a..6ae5e99b3f3 100644 --- a/databases/ruby-dm-core/Makefile +++ b/databases/ruby-dm-core/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/12/16 14:31:58 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/31 11:45:22 taca Exp $ DISTNAME= dm-core-1.2.0 +PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,9 @@ HOMEPAGE= http://github.com/datamapper/dm-core COMMENT= Object/Relational Mapper for Ruby LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<2.3:../../net/ruby-addressable +DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<3:../../net/ruby-addressable + +OVERRIDE_GEMSPEC+= addressable~>2.3 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |