Ticket #7663: Portfile.diff

File Portfile.diff, 578 bytes (added by jyrki.wahlstedt@…, 18 years ago)

Portfile diff

  • Portfile

     
    44
    55name                    python24
    66version                 2.4.2
    7 revision                3
     7revision                4
    88set major_version       2
    99set minor_version       4
    1010categories              lang
     
    4141                                --enable-framework=${prefix}/Library/Frameworks \
    4242                                --enable-ipv6 \
    4343                                --disable-tk
     44
    4445post-configure {
    4546        cd ${worksrcpath}
    4647        reinplace "s|^LIBDIR=.*|LIBDIR=${prefix}/lib|g" Makefile
     
    9495        configure.args-append --with-cxx=/usr/bin/g++-4.0
    9596}
    9697
     98variant idle {
     99        configure.args-delete   --disable-tk
     100}