Revision
70229
Author
tommyd@macports.org
Date
2010-08-02 15:49:07 -0700 (Mon, 02 Aug 2010)

Log Message

The python26 variant description was misleading

Modified Paths

Diff

Modified: trunk/dports/aqua/LyX/Portfile (70228 => 70229)


--- trunk/dports/aqua/LyX/Portfile	2010-08-02 21:49:30 UTC (rev 70228)
+++ trunk/dports/aqua/LyX/Portfile	2010-08-02 22:49:07 UTC (rev 70229)
@@ -49,7 +49,7 @@
     configure.python      ${prefix}/bin/python2.5
 }
 
-variant python26 conflicts python25 description {Use python25} {
+variant python26 conflicts python25 description {Use python26} {
     depends_build-append  port:python26
     configure.python      ${prefix}/bin/python2.6
 }