Revision: 80105 http://trac.macports.org/changeset/80105 Author: jmr@macports.org Date: 2011-07-04 03:38:51 -0700 (Mon, 04 Jul 2011) Log Message: ----------- libsdl: restore no_x11 description Modified Paths: -------------- trunk/dports/devel/libsdl/Portfile Modified: trunk/dports/devel/libsdl/Portfile =================================================================== --- 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 {