summaryrefslogtreecommitdiff
path: root/devel/ruby-unit
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
committertaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
commita25c45296ea00ea40969ee127e75b35f272533b8 (patch)
tree68b4def8a37a204994a5cbcb988d96dde92f0253 /devel/ruby-unit
parente4b2eb54506e09e5372ac9a9e4e058427f727411 (diff)
downloadpkgsrc-a25c45296ea00ea40969ee127e75b35f272533b8.tar.gz
Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool and
miscellaneous clean up. This should fix bulkbuild problem.
Diffstat (limited to 'devel/ruby-unit')
-rw-r--r--devel/ruby-unit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile
index a629a54f7b7..6910e912ecf 100644
--- a/devel/ruby-unit/Makefile
+++ b/devel/ruby-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 06:06:11 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/01 15:37:16 taca Exp $
# FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp
DISTNAME= rubyunit-${VERSION}
@@ -11,8 +11,9 @@ HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html
COMMENT= Ruby implementation of eXtreme Programming
VERSION= 0.5.6
-RUBY_VERSION= ${RUBY16_VERSION}
+USE_BUILDLINK3= yes
USE_RUBY_INSTALL= yes
+RUBY_VERSION= ${RUBY16_VERSION}
REPLACE_RUBY= bin/c2t.rb bin/runtest.rb
BINS= c2t runtest
@@ -22,8 +23,7 @@ EXAMPLE= sample01.rb sampletestsetup.rb simpletest.rb \
testtestsetup.rb
do-build:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
post-install:
.for f in ${BINS}