Ticket #30922: Portfile.diff

File Portfile.diff, 417 bytes (added by neverpanic (Clemens Lang), 13 years ago)

Diff against the Portfile to check for /usr/texlive/latex (this might not be the correct way to do this)

  • Portfile

     
    3030                    rmd160  7698d5c3c5c9ffc769e511ccc4445a43ee990ea9
    3131
    3232depends_run         bin:latex:texlive-latex
     33if {[file exists "/usr/texbin/latex"]} {
     34        depends_run-delete bin:latex:texlive-latex
     35}
    3336
    3437use_configure       no
    3538build               {}