Changeset 98284


Ignore:
Timestamp:
Oct 1, 2012, 9:03:08 PM (12 years ago)
Author:
cal@…
Message:

wml: Specify path to perl binary installed by the perl5.12 port, openmaintainer

Previously, wml used $prefix/bin/perl, which is installed by the perl5 port and
not necessarily perl 5.12. This should fix the buildbot failure on wml:

http://build.macports.org/builders/buildports-lion-x86_64/builds/4786.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/wml/Portfile

    r98283 r98284  
    66name                    wml
    77version                 2.0.11
    8 revision                2
     8revision                3
    99platforms               darwin
    1010categories              www lang
     
    4848depends_build           port:lynx
    4949
    50 configure.args          --with-perl=${prefix}/bin/perl \
     50configure.args          --with-perl=${prefix}/bin/perl5.12 \
    5151                        --without-modules \
    5252                        --with-openworld \
Note: See TracChangeset for help on using the changeset viewer.