--- Portfile.original	2008-10-01 13:27:02.000000000 -0400
+++ Portfile	2008-10-01 14:48:04.000000000 -0400
@@ -5,6 +5,7 @@
 
 name	octave
 version		3.0.2
+revision    1
 categories	math science
 maintainers	stechert@macports.org alakazam@melix.net
 platforms	darwin
@@ -81,9 +82,9 @@
 test.run	yes
 test.target	check
 
-variant gcc43 description {builds with gfortran-mp-4.3} {
+variant gcc43 description {builds with the macports gcc43 toolchain} {
 	depends_lib-append	port:gcc43
-	configure.f77		"${prefix}/bin/gfortran-mp-4.3"
+	configure.compiler	macports-gcc-4.3
 }
 
 if {![variant_isset gcc43]} {

