Ticket #46610: gtk-doc_Portfile.patch

File gtk-doc_Portfile.patch, 775 bytes (added by mmpestorich (Mike M Pestorich), 10 years ago)
  • gnome/gtk-doc/Portfile

     
    3232
    3333depends_lib         port:libxml2 \
    3434                    port:libxslt \
    35                     port:perl5.16 \
     35                    path:bin/perl:perl5 \
    3636                    port:python27 \
    3737                    port:openjade \
    3838                    port:fop \
     
    4343
    4444depends_run         port:py27-libxml2
    4545
    46 configure.perl      ${prefix}/bin/perl5.16
     46configure.perl      ${prefix}/bin/perl
    4747configure.python    ${prefix}/bin/python2.7
    4848configure.env-append XSLTPROC=${prefix}/bin/xsltproc
    4949configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \