diff options
author | taca <taca@pkgsrc.org> | 2011-08-12 17:04:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-12 17:04:45 +0000 |
commit | 216d856ad6680348c4376337cd3d1e4b221eab68 (patch) | |
tree | 4c0b65442b89d98cda75dce07a272f0ff309263a /misc | |
parent | f99b2710381791bd1a3885d7c2e6b0c295ec3021 (diff) | |
download | pkgsrc-216d856ad6680348c4376337cd3d1e4b221eab68.tar.gz |
Add dependency to hoe package due to rubygems.
Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-transaction-simple/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/ruby-transaction-simple/Makefile b/misc/ruby-transaction-simple/Makefile index 1eb95febbd0..3584be9f5a3 100644 --- a/misc/ruby-transaction-simple/Makefile +++ b/misc/ruby-transaction-simple/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 07:26:51 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/12 17:04:45 taca Exp $ DISTNAME= transaction-simple-1.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,5 +9,7 @@ HOMEPAGE= http://rubyforge.org/projects/trans-simple/ COMMENT= Mixin library for adding transaction support to objects LICENSE= mit +DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=1.1.7:../../devel/hoe + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |