diff options
Diffstat (limited to 'devel/ruby-inline/Makefile')
-rw-r--r-- | devel/ruby-inline/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index 2197072aba1..b083c3cb244 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/11/23 13:50:06 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/10 05:50:40 taca Exp $ -DISTNAME= RubyInline-3.8.3 +DISTNAME= RubyInline-3.8.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel @@ -9,8 +9,7 @@ HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/ COMMENT= Embed C/C++ code directly in Ruby LICENSE= mit -DEPENDS+= hoe>=1.5.1:../../devel/hoe -DEPENDS+= ZenTest>=0:../../devel/ZenTest +DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3:../../devel/ZenTest -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |