diff options
author | taca <taca@pkgsrc.org> | 2001-07-04 16:02:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-04 16:02:36 +0000 |
commit | f4cfc1f7b1f4871db739ab1cd64faea941c650d8 (patch) | |
tree | b881a1192ad3d5b6caf0af08bc31f6868e3d27d5 /devel/ruby-unit | |
parent | 96b1808f4975dc9d86a587a47beb493f8cb875f0 (diff) | |
download | pkgsrc-f4cfc1f7b1f4871db739ab1cd64faea941c650d8.tar.gz |
remove redundant USE_RUBY.
Diffstat (limited to 'devel/ruby-unit')
-rw-r--r-- | devel/ruby-unit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index ddf0f031ffe..7f68cbf173c 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 16:53:42 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/04 16:02:36 taca Exp $ # FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp DISTNAME= rubyunit-0.3.9.03a @@ -11,7 +11,6 @@ HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html COMMENT= Ruby implementation of eXtreme Programming DIST_SUBDIR= ruby -USE_RUBY= yes USE_RUBY_RD= yes REPLACE_RUBY= bin/c2t.rb bin/runtest.rb |