Sat Dec 17 18:06:21 2011 UTC ()
Oops, it should not depends on activesupport but activerecord.


(taca)
diff -r1.2 -r1.3 pkgsrc/databases/ruby-acts-as-versioned02/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/databases/ruby-acts-as-versioned02/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/ruby-acts-as-versioned02/Attic/Makefile 2011/12/17 17:59:52 1.2
+++ pkgsrc/databases/ruby-acts-as-versioned02/Attic/Makefile 2011/12/17 18:06:21 1.3
@@ -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 @@
 COMMENT=	Simple versioning for ActiveRecord
 LICENSE=	mit
 
-DEPENDS+=	${RUBY_ACTIVESUPPORT_DEPENDS}
+DEPENDS+=	${RUBY_ACTIVERECORD_DEPENDS}
 
 RUBY_RAILS_SUPPORTED=	2