Ticket #32423: Portfile-gnome-doc-utils.diff

File Portfile-gnome-doc-utils.diff, 634 bytes (added by larryv (Lawrence Velázquez), 12 years ago)

Patch to use perl5.12 explicitly

  • Portfile

    old new  
    3737depends_lib    port:gettext \
    3838               port:libxslt
    3939
    40 
    4140depends_run    port:docbook-xml \
    4241               port:docbook-xsl \
    4342               port:rarian \
    4443               port:iso-codes
    4544
    46 configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl
     45# The perl executable should be the one explicitly required by intltool
     46configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl5.12
    4747configure.args        --disable-scrollkeeper
    4848
    4949variant python25 conflicts python26 python27 description {Use python 2.5} {