Ticket #17773: Portfile.diff
File Portfile.diff, 683 bytes (added by simon@…, 16 years ago) |
---|
-
Portfile
42 42 configure.cmd cmake 43 43 # cmake is unable to find FreeType2, so specify it here 44 44 configure.pre_args -DFreeType2_INCLUDE_DIR:PATH=${prefix}/include/freetype2 \ 45 -DFreeType2_LIBRARIES:FILEPATH=${prefix}/lib/libfreetype.dylib 45 -DFreeType2_LIBRARIES:FILEPATH=${prefix}/lib/libfreetype.dylib \ 46 -DQT_QMAKE_EXECUTABLE=${prefix}/bin/qmake-mac 46 47 configure.args -G \"Unix Makefiles\" . 47 48 48 49 # This post-destroot phase is similar to the 'make macosx_bundle' target,