--- trunk/dports/devel/libsdl/Portfile 2011-07-04 10:38:09 UTC (rev 80104)
+++ trunk/dports/devel/libsdl/Portfile 2011-07-04 10:38:51 UTC (rev 80105)
@@ -57,7 +57,7 @@
}
}
}
-variant no_x11 conflicts x11 {}
+variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
if {[variant_isset no_x11]} {
default_variants -x11
} else {