--- Portfile.dist	2013-09-07 19:45:36.000000000 -0400
+++ Portfile	2013-09-07 19:46:05.000000000 -0400
@@ -38,18 +38,6 @@
 
 configure.cflags-append -std=gnu89
 
-variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
-    configure.compiler      macports-gcc-4.5
-}
-
-variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
-    configure.compiler      macports-gcc-4.6
-}
-
-variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
-    configure.compiler      macports-gcc-4.7
-}
-
 variant readline description {build with readline support} {
     depends_lib-append      port:readline
     configure.args-delete   --without-readline
