Ticket #21372: qscintilla.Portfile.diff

File qscintilla.Portfile.diff, 835 bytes (added by ghosthound, 14 years ago)
  • Portfile

     
    2929                    rmd160  19e5d5c331705c217c5192b1fcac5d298942db69
    3030
    3131depends_lib         path:bin/qmake-mac:qt4-mac \
    32                     path:bin/python:python25
     32                    path:bin/python:python26
    3333
    3434universal_variant   no
    3535
     
    4747        system "install_name_tool -id   \
    4848                ${qt_dir}/lib/libqscintilla2.5.dylib    \
    4949                ${worksrcpath}/Qt4/libqscintilla2.5.dylib"
    50 }
    51 
    52 post-activate {
    5350        system "cd ${worksrcpath}/Python;python configure.py;make;make install"
    5451}
    5552
     53## post-activate {
     54##      system "cd ${worksrcpath}/Python;python configure.py;make;make install"
     55## }
     56
    5657destroot.env        QTDIR=${qt_dir} INSTALL_ROOT=${destroot}
    5758
    5859## post-configure {