summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-11-23 05:29:52 +0000
committertaca <taca@pkgsrc.org>2011-11-23 05:29:52 +0000
commit1d986b097a69b528f27dc16b2e848d1627b9714c (patch)
tree3132fc54bf6fd2a9fafca2b966784aae1fd82803 /devel
parent98f82602a30838d0f8ee9109728fd03c49e7b591 (diff)
downloadpkgsrc-1d986b097a69b528f27dc16b2e848d1627b9714c.tar.gz
Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
Diffstat (limited to 'devel')
-rw-r--r--devel/rubyforge/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubyforge/Makefile b/devel/rubyforge/Makefile
index aa7142d64ff..3e21b5c453f 100644
--- a/devel/rubyforge/Makefile
+++ b/devel/rubyforge/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2010/09/13 14:12:14 taca Exp $
+# $NetBSD: Makefile,v 1.9 2011/11/23 05:32:22 taca Exp $
DISTNAME= rubyforge-2.0.4
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
@@ -8,10 +9,11 @@ HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
COMMENT= Simplistic script automating RubyForge operations
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.7:../../textproc/ruby-json-pure
-
CONFLICTS+= ruby[1-9][0-9]-rubyforge-[0-9]* rubyforge-[0-9]*
+RUBY_JSON_REQD= 1.1.7
+RUBY_JSON_TYPE= pure
+
pre-build:
cd ${WRKSRC}; ${CHMOD} -R g-w .