Ticket #4662: Portfile.diff

File Portfile.diff, 1020 bytes (added by markd@…, 18 years ago)

Portfile diff to fix error

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name                fxscintilla
    5 version             1.62
    6 revision                        1
     5version             1.63
    76description         FOX wrapper for the Scintilla source code library
    87long_description    fxscintilla is a FOX wrapper for the Scintilla \
    98                    source code widget library.
     
    1211platforms           darwin
    1312homepage            http://www.nongnu.org/fxscintilla
    1413master_sites        http://savannah.nongnu.org/download/fxscintilla/
    15 checksums           md5 c4cb1b9d954b92e1e1fdcb75597662c6
     14checksums           md5 d33ffcc6066efa2758271f6a16645327
    1615depends_lib         lib:libFOX-1.2:fox
    1716configure.pre_args  --prefix=${prefix}
    1817configure.args      --enable-shared \
     
    2019                    --with-foxlib=${prefix}/lib
    2120build.args                      LIBTOOL=glibtool
    2221
     22platform darwin 8 {
     23        build.env               MACOSX_DEPLOYMENT_TARGET=10.4
     24}