$OpenBSD: patch-vbruntime_Test_Makefile,v 1.2 2010/10/15 16:25:14 robert Exp $
--- vbruntime/Test/Makefile.orig	Wed Oct 13 20:42:02 2010
+++ vbruntime/Test/Makefile	Wed Oct 13 20:42:23 2010
@@ -40,13 +40,13 @@ WINTEST=-echo Linux environment.
 endif
 
 bin/nunit-console.exe:
-	wget -O bin/nunit-console.exe "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit-console.exe?revision=76123&view=co&pathrev=76123"
+	ftp -o bin/nunit-console.exe "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit-console.exe?revision=76123&view=co&pathrev=76123"
 bin/nunit.framework.dll:
-	wget -O bin/nunit.framework.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.framework.dll?revision=76123&view=co&pathrev=76123"
+	ftp -o bin/nunit.framework.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.framework.dll?revision=76123&view=co&pathrev=76123"
 bin/nunit.core.dll:
-	wget -O bin/nunit.core.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.core.dll?revision=76123&view=co&pathrev=76123"
+	ftp -o bin/nunit.core.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.core.dll?revision=76123&view=co&pathrev=76123"
 bin/nunit.util.dll:
-	wget -O bin/nunit.util.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.util.dll?revision=76123&view=co&pathrev=76123"
+	ftp -o bin/nunit.util.dll "http://anonsvn.mono-project.com/viewvc/trunk/mono-basic/vbruntime/Test/bin/nunit.util.dll?revision=76123&view=co&pathrev=76123"
 
 init: bin/nunit-console.exe bin/nunit.framework.dll bin/nunit.core.dll bin/nunit.util.dll
 	cp bin/nunit-console$(NUNIT_VERSION).exe.config bin/nunit-console.exe.config
@@ -61,7 +61,7 @@ init: bin/nunit-console.exe bin/nunit.framework.dll bi
 	MONO_PATH=$(MONO_VB_PATH) mono ../../tools/extract-source/extract-source.exe -s:2008VB_test_CS.csproj -d:2008VB_test_CS.dll.sources.win -m:w
 
 test-first:
-	cd ../Microsoft.VisualBasic && make && cp ../../class/lib/vbnc/Microsoft.VisualBasic.dll* ../Test/bin
+	cd ../Microsoft.VisualBasic && gmake && cp ../../class/lib/vbnc/Microsoft.VisualBasic.dll* ../Test/bin
 
 test-cs: test-first 2008VB_test_CS.dll.sources
 	$(CSCOMPILER) "-out:bin/2008VB_test_CS.dll" @2008VB_test_CS.dll.rsp @2008VB_test_CS.dll.sources -lib:bin $(CSDEFINES)
