diff options
author | taca <taca@pkgsrc.org> | 2015-03-01 15:52:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-01 15:52:48 +0000 |
commit | f53d3a4483f3f2eb55065d16aebe35568e1fc616 (patch) | |
tree | 430c3536d20abec8f731ff1c50be7457042a6fad /devel/ruby-rgl | |
parent | 51c5a31e030b53d151ed85ce670de53d8af23b0b (diff) | |
download | pkgsrc-f53d3a4483f3f2eb55065d16aebe35568e1fc616.tar.gz |
Correct a wrong DEPENDS line.
Diffstat (limited to 'devel/ruby-rgl')
-rw-r--r-- | devel/ruby-rgl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-rgl/Makefile b/devel/ruby-rgl/Makefile index b575b5f32c7..e2a8de09def 100644 --- a/devel/ruby-rgl/Makefile +++ b/devel/ruby-rgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/02/02 13:00:07 taca Exp $ +# $NetBSD: Makefile,v 1.6 2015/03/01 15:52:48 taca Exp $ DISTNAME= rgl-0.5.0 CATEGORIES= devel @@ -7,7 +7,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rgl.rubyforge.org/ COMMENT= Framework for graph data structures and algorithms -DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-stream +DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-algorithms DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream OVERRIDE_GEMSPEC+= algorithms>=0.5.0 |