Ticket #4662: Portfile.diff
File Portfile.diff, 1020 bytes (added by markd@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name fxscintilla 5 version 1.62 6 revision 1 5 version 1.63 7 6 description FOX wrapper for the Scintilla source code library 8 7 long_description fxscintilla is a FOX wrapper for the Scintilla \ 9 8 source code widget library. … … 12 11 platforms darwin 13 12 homepage http://www.nongnu.org/fxscintilla 14 13 master_sites http://savannah.nongnu.org/download/fxscintilla/ 15 checksums md5 c4cb1b9d954b92e1e1fdcb75597662c614 checksums md5 d33ffcc6066efa2758271f6a16645327 16 15 depends_lib lib:libFOX-1.2:fox 17 16 configure.pre_args --prefix=${prefix} 18 17 configure.args --enable-shared \ … … 20 19 --with-foxlib=${prefix}/lib 21 20 build.args LIBTOOL=glibtool 22 21 22 platform darwin 8 { 23 build.env MACOSX_DEPLOYMENT_TARGET=10.4 24 }