diff --git a/dports/textproc/dblatex/Portfile b/dports/textproc/dblatex/Portfile
index 1a12154..b42f125 100644
a
|
b
|
PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name dblatex |
8 | 8 | version 0.3.5 |
| 9 | revision 1 |
9 | 10 | categories textproc tex |
10 | 11 | maintainers cal openmaintainer |
11 | 12 | license GPL-2+ |
… |
… |
depends_lib port:texlive-latex-extra \ |
46 | 47 | patchfiles patch-setup.py-remove-debian-installer.diff |
47 | 48 | |
48 | 49 | python.link_binaries no |
49 | | |
50 | | variant python25 conflicts python26 python27 { |
51 | | python.default_version 25 |
52 | | } |
53 | | |
54 | | variant python26 conflicts python25 python27 { |
55 | | python.default_version 26 |
56 | | } |
57 | | |
58 | | variant python27 conflicts python25 python26 { |
59 | | python.default_version 27 |
60 | | } |
61 | | |
62 | | if {![variant_isset python25] && ![variant_isset python26]} { |
63 | | default_variants +python27 |
64 | | } |
| 50 | python.default_version 27 |
65 | 51 | |
66 | 52 | # this gets assigned before python.bin is set to the version selected by the variant |
67 | 53 | #destroot.cmd ${python.bin} setup.py |