Ticket #32990: mftrace.diff

File mftrace.diff, 968 bytes (added by nerdling (Jeremy Lavergne), 12 years ago)

recommended changes

  • Portfile

     
    44PortSystem                      1.0
    55name                            mftrace
    66version                         1.2.16
     7revision            1
    78categories                      graphics
    89maintainers                     nomaintainer
    910license             GPL-2
     
    2122checksums           sha1    f227a98401ded8fbb0f692933ee6324ef80f3b61 \
    2223                    rmd160  71bb646fa78c81788fd1134659b3363e04ffed4c
    2324
    24 depends_lib                     port:python26 port:potrace bin:kpsewhich:texlive
     25depends_lib                     port:python27 port:potrace bin:kpsewhich:texlive
    2526
    2627configure.args          --mandir=${prefix}/share/man
    27 configure.env           PYTHON=${prefix}/bin/python2.6
     28configure.env       PYTHON=${prefix}/bin/python2.7
    2829
     30build.target        compile
     31build.env           CC="${configure.cc} [get_canonical_archflags cc]"
     32
    2933variant autotrace {
    3034        depends_lib-delete      bin:potrace:potrace
    3135        depends_lib-append      bin:autotrace:autotrace
    3236}
    33