[54537] trunk/dports/python/dot2tex/Portfile

snc at macports.org snc at macports.org
Wed Jul 29 04:15:06 PDT 2009


Revision: 54537
          http://trac.macports.org/changeset/54537
Author:   snc at macports.org
Date:     2009-07-29 04:15:04 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
drop python24

Modified Paths:
--------------
    trunk/dports/python/dot2tex/Portfile

Modified: trunk/dports/python/dot2tex/Portfile
===================================================================
--- trunk/dports/python/dot2tex/Portfile	2009-07-29 11:05:59 UTC (rev 54536)
+++ trunk/dports/python/dot2tex/Portfile	2009-07-29 11:15:04 UTC (rev 54537)
@@ -24,21 +24,16 @@
 
 depends_run         bin:dot:graphviz bin:latex:texlive bin:pdflatex:texlive
 
-if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python25] && ![variant_isset python26]} {
 	default_variants    +python25
 }
 
-variant python24 conflicts python25 python26 {
-    PortGroup           python24 1.0
-    depends_lib-append  port:py-parsing
-}
-
-variant python25 conflicts python24 python26 {
+variant python25 conflicts python26 {
     PortGroup           python25 1.0
     depends_lib-append  port:py25-parsing
 }
 
-variant python26 conflicts python24 python25 {
+variant python26 conflicts python25 {
     PortGroup           python26 1.0
     depends_lib-append  port:py26-parsing
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/6f6b419d/attachment.html>


More information about the macports-changes mailing list