Ticket #44301: inkscape-textext_Portfile.diff
File inkscape-textext_Portfile.diff, 658 bytes (added by jjstickel (Jonathan Stickel), 10 years ago) |
---|
-
Portfile
old new 49 49 depends_run-append port:py${python.version}-pygtk 50 50 } 51 51 52 default_variants-append +pygtk 52 if {![variant_isset pygtk] && ![variant_isset tkinter]} { 53 default_variants-append +pygtk 54 } 53 55 54 56 build {} 55 57 … … 58 60 xinstall -m 644 ${worksrcpath}/textext.inx ${destroot}${prefix}/share/inkscape/extensions/textext.inx 59 61 xinstall -m 755 ${worksrcpath}/textext.py ${destroot}${prefix}/share/inkscape/extensions/textext.py 60 62 } 63 64 notes-append \ 65 "inkscape-textext does not work with inscape-app; make sure you\ 66 are running inkscape as ${prefix}/bin/inkscape, likely from a terminal"