Index: Portfile
===================================================================
--- Portfile	(revision 37045)
+++ Portfile	(working copy)
@@ -74,28 +74,33 @@
         ${destroot}/${prefix}/share/man/man1
 }
 
-variant with_gcc34 conflicts with_gcj34 with_gcc41 with_gcc42 i386 description {Build using gcc34 (PowerPC only)} {
+variant with_gcc34 conflicts with_gcj34 with_gcc41 with_gcc42 i386 with_gcc43 description {Build using gcc34 (PowerPC only)} {
     depends_lib-append  port:gcc34
     set versuff         -dp-3.4
 }
 
-variant with_gcj34 conflicts with_gcc34 with_gcc41 with_gcc42 i386 description {Build using gcj34 (PowerPC only)} {
+variant with_gcj34 conflicts with_gcc34 with_gcc41 with_gcc42 i386 with_gcc43 description {Build using gcj34 (PowerPC only)} {
     depends_lib-append  port:gcj34
     set toolpath        ${prefix}/gcj34-3.4.6/bin/
 }
 
-variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 description {Build using gcc41 (PowerPC only)} {
+variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 with_gcc43 description {Build using gcc41 (PowerPC only)} {
     depends_lib-append  port:gcc41
     set versuff         -mp-4.1
 }
 
-variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 description {Build using gcc42 (default)} {
+variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 with_gcc43 description {Build using gcc42} {
     depends_lib-append  port:gcc42
     set versuff         -mp-4.2
 }
 
+variant with_gcc43 conflicts with_gcc34 with_gcj34 with_gcc41 with_gcc42 description {Build using gcc43 (default)} {
+    depends_lib-append  port:gcc43
+    set versuff         -mp-4.3
+}
+
 platform i386 {}
 
 if { ![variant_isset with_gcc34] && ![variant_isset with_gcj34] && ![variant_isset with_gcc41] && ![variant_isset with_gcc42] } {
-    default_variants    +with_gcc42
+    default_variants    +with_gcc43
 }

