Ticket #34697: plplot.patch
File plplot.patch, 413 bytes (added by mojca (Mojca Miklavec), 12 years ago) |
---|
-
Portfile
depends_lib port:expat \ 37 37 port:zlib 38 38 39 39 post-patch { 40 reinplace "s|-framework AquaTerm|-F${ prefix}/Library/Frameworks-framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake40 reinplace "s|-framework AquaTerm|-F${frameworks_dir} -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake 41 41 } 42 42 43 43 configure.dir ${workpath}/build