From 889642e7763dcfcfcf18aae595dd8f257856170c Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Mar 2003 07:16:24 +0000 Subject: 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 --- www/ruby-webunit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile index eda3b4a9f52..78473fb263e 100644 --- a/www/ruby-webunit/Makefile +++ b/www/ruby-webunit/Makefile @@ -16,13 +16,13 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby API for automated unit testing of web sites -RUN_DEPENDS= ${RUBY_SITELIBDIR}/test/unit/testcase.rb:${PORTSDIR}/lang/ruby16-shim-ruby18 \ - ${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-parser \ +RUN_DEPENDS= ${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-parser \ ${RUBY_SITELIBDIR}/htmlrepair.rb:${PORTSDIR}/textproc/ruby-htmlrepair \ ${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit \ ${RUBY_SITELIBDIR}/rexml/rexml.rb:${PORTSDIR}/textproc/ruby-rexml USE_RUBY= yes +USE_RUBY_FEATURES= testunit WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -- cgit