Ticket #46399: dblatex.python.patch

File dblatex.python.patch, 1.1 KB (added by larryv (Lawrence Velázquez), 9 years ago)
  • dports/textproc/dblatex/Portfile

    diff --git a/dports/textproc/dblatex/Portfile b/dports/textproc/dblatex/Portfile
    index 1a12154..b42f125 100644
    a b PortGroup python 1.0 
    66
    77name                dblatex
    88version             0.3.5
     9revision            1
    910categories          textproc tex
    1011maintainers         cal openmaintainer
    1112license             GPL-2+
    depends_lib port:texlive-latex-extra \ 
    4647patchfiles          patch-setup.py-remove-debian-installer.diff
    4748
    4849python.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 }
     50python.default_version 27
    6551
    6652# this gets assigned before python.bin is set to the version selected by the variant
    6753#destroot.cmd        ${python.bin} setup.py