Revision
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

Diff

Modified: trunk/dports/devel/libsdl/Portfile (80104 => 80105)


--- 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 {