Revision
74553
Author
jmr@macports.org
Date
2010-12-21 11:14:04 -0800 (Tue, 21 Dec 2010)

Log Message

python26: rev bump for separation of tkinter, as it was possible to install without +no_tkinter if xorg-libxcb was already installed

Modified Paths

Diff

Modified: trunk/dports/lang/python26/Portfile (74552 => 74553)


--- trunk/dports/lang/python26/Portfile	2010-12-21 19:11:25 UTC (rev 74552)
+++ trunk/dports/lang/python26/Portfile	2010-12-21 19:14:04 UTC (rev 74553)
@@ -5,6 +5,7 @@
 
 name                    python26
 version                 2.6.6
+revision                1
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang