diff options
author | taca <taca@pkgsrc.org> | 2011-12-17 18:06:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-17 18:06:21 +0000 |
commit | 3d2f22f08ee65176e5d0d9d762d2322d568ca094 (patch) | |
tree | 3d4d069b1dfd98be6d9fbbb84ebd603761eaad48 /databases/ruby-acts-as-versioned02 | |
parent | 0b4d43bd2abb2f1d59b44d9fc4f061152b516150 (diff) | |
download | pkgsrc-3d2f22f08ee65176e5d0d9d762d2322d568ca094.tar.gz |
Oops, it should not depends on activesupport but activerecord.
Diffstat (limited to 'databases/ruby-acts-as-versioned02')
-rw-r--r-- | databases/ruby-acts-as-versioned02/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-acts-as-versioned02/Makefile b/databases/ruby-acts-as-versioned02/Makefile index 1c838ff4ca7..08be82f09e7 100644 --- a/databases/ruby-acts-as-versioned02/Makefile +++ b/databases/ruby-acts-as-versioned02/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/12/17 17:59:52 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/17 18:06:21 taca Exp $ DISTNAME= acts_as_versioned-0.2.3 PKGREVISION= 2 @@ -10,7 +10,7 @@ HOMEPAGE= http://ar-versioned.rubyforge.org/ COMMENT= Simple versioning for ActiveRecord LICENSE= mit -DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} +DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} RUBY_RAILS_SUPPORTED= 2 |