diff --git a/dports/python/dot2tex/Portfile b/dports/python/dot2tex/Portfile
index 34a621d..0d20d7f 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name dot2tex |
7 | 7 | version 2.8.7 |
8 | | revision 3 |
| 8 | revision 4 |
9 | 9 | categories graphics print python |
10 | 10 | platforms darwin |
11 | 11 | license MIT |
… |
… |
checksums rmd160 b57981fc01ce151da101c6d8c46702a14d733a54 \ |
26 | 26 | |
27 | 27 | depends_run bin:dot:graphviz bin:latex:texlive bin:pdflatex:texlive |
28 | 28 | |
29 | | if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} { |
30 | | default_variants +python27 |
31 | | } |
32 | | |
33 | 29 | PortGroup python 1.0 |
34 | | |
35 | | variant python25 requires python27 description {Legacy variant} {} |
36 | | |
37 | | variant python26 conflicts python27 { |
38 | | python.default_version 26 |
39 | | depends_lib-append port:py26-parsing |
40 | | } |
41 | | |
42 | | variant python27 conflicts python26 { |
43 | | python.default_version 27 |
44 | | depends_lib-append port:py27-parsing |
45 | | } |
| 30 | python.default_version 27 |
| 31 | depends_lib-append port:py${python.version}-parsing |
46 | 32 | |
47 | 33 | post-extract { |
48 | 34 | fs-traverse dir ${workpath} { |