Ticket #32990: mftrace.diff
File mftrace.diff, 968 bytes (added by nerdling (Jeremy Lavergne), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 name mftrace 6 6 version 1.2.16 7 revision 1 7 8 categories graphics 8 9 maintainers nomaintainer 9 10 license GPL-2 … … 21 22 checksums sha1 f227a98401ded8fbb0f692933ee6324ef80f3b61 \ 22 23 rmd160 71bb646fa78c81788fd1134659b3363e04ffed4c 23 24 24 depends_lib port:python2 6port:potrace bin:kpsewhich:texlive25 depends_lib port:python27 port:potrace bin:kpsewhich:texlive 25 26 26 27 configure.args --mandir=${prefix}/share/man 27 configure.env PYTHON=${prefix}/bin/python2.628 configure.env PYTHON=${prefix}/bin/python2.7 28 29 30 build.target compile 31 build.env CC="${configure.cc} [get_canonical_archflags cc]" 32 29 33 variant autotrace { 30 34 depends_lib-delete bin:potrace:potrace 31 35 depends_lib-append bin:autotrace:autotrace 32 36 } 33