Ticket #44301: inkscape-textext_Portfile.diff

File inkscape-textext_Portfile.diff, 658 bytes (added by jjstickel (Jonathan Stickel), 10 years ago)
  • Portfile

    old new  
    4949    depends_run-append  port:py${python.version}-pygtk
    5050}
    5151
    52 default_variants-append    +pygtk
     52if {![variant_isset pygtk] && ![variant_isset tkinter]} {
     53    default_variants-append    +pygtk
     54}
    5355
    5456build {}
    5557
     
    5860    xinstall -m 644 ${worksrcpath}/textext.inx ${destroot}${prefix}/share/inkscape/extensions/textext.inx
    5961    xinstall -m 755 ${worksrcpath}/textext.py ${destroot}${prefix}/share/inkscape/extensions/textext.py
    6062}
     63
     64notes-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"