diff options
author | knu <knu@FreeBSD.org> | 2003-03-11 07:16:24 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-03-11 07:16:24 +0000 |
commit | 889642e7763dcfcfcf18aae595dd8f257856170c (patch) | |
tree | 812f41d4481cb07805ecd379c2d07d836ff9a8d5 /devel | |
parent | 9a921cd512f634c2439f42e62846c61b41c49b62 (diff) | |
download | FreeBSD-ports-889642e7763dcfcfcf18aae595dd8f257856170c.zip FreeBSD-ports-889642e7763dcfcfcf18aae595dd8f257856170c.tar.gz |
ruby-testunit and ruby-runit are now part of ruby 1.8. Do not add
unnecessary dependencies when building with ruby 1.8.
Submitted by: bento
Diffstat (limited to 'devel')
-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 191590a..d83b491 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 |