diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-22 22:11:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-22 22:11:30 +0000 |
commit | 4eb36f0b90c21e694b2f1c8b179881d91ac437d0 (patch) | |
tree | 012a940bea8f3e32ea1047ad3c9912ef5adc47a9 /devel/ruby-mock | |
parent | Tarball has been rerolled. (diff) |
Oops, I forgot to commit this before removing ruby-unit.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=73818
Diffstat (limited to 'devel/ruby-mock')
-rw-r--r-- | devel/ruby-mock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-mock/Makefile b/devel/ruby-mock/Makefile index 0a3f3f9c174d..df34e579acbb 100644 --- a/devel/ruby-mock/Makefile +++ b/devel/ruby-mock/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/runit/error.rb:${.CURDIR}/../ruby-unit +RUN_DEPENDS= ${RUBY_SITELIBDIR}/runit/error.rb:${.CURDIR}/../ruby-testunit USE_BZIP2= yes USE_RUBY= yes |