diff options
Diffstat (limited to 'devel/ruby-debug')
-rw-r--r-- | devel/ruby-debug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-debug/Makefile b/devel/ruby-debug/Makefile index 24fef4c386f..3d1b3c672a0 100644 --- a/devel/ruby-debug/Makefile +++ b/devel/ruby-debug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/15 09:02:55 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-debug-0.10.2 PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Command line interface for ruby-debug DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.1:../../misc/ruby-columnize DEPENDS+= ${RUBY_PKGPREFIX}-ruby-debug-base>=0.10.2{,nb[0-9]*}:../../devel/ruby-debug-base +RUBY_VERSION_SUPPORTED= 18 + post-extract: cd ${WRKSRC} && echo ${PKGVERSION_NOREV} > VERSION |