diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 07:16:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 07:16:24 +0000 |
commit | 4838c304241c07af9a1458997f11f25892df147c (patch) | |
tree | fea261c6884f4386d56e207e49ba1063a0e971ca /devel/ruby-mock | |
parent | 4118a557b812cd5e0fa8bd561947883b1777da43 (diff) |
Notes
Diffstat (limited to 'devel/ruby-mock')
-rw-r--r-- | devel/ruby-mock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-mock/Makefile b/devel/ruby-mock/Makefile index 191590af021e..d83b4919623c 100644 --- a/devel/ruby-mock/Makefile +++ b/devel/ruby-mock/Makefile @@ -15,10 +15,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= An RUnit extention that makes it very easy to implement Mock Objects -RUN_DEPENDS= {RUBY_SITELIBDIR}/runit/error.rb:${PORTSDIR}/lang/ruby16-shim-ruby18 - USE_BZIP2= yes USE_RUBY= yes +USE_RUBY_FEATURES= runit NO_BUILD= yes |