diff --git a/gis/cgal4/Portfile b/gis/cgal4/Portfile
index b6a890a7191..3cfda6eab55 100644
a
|
b
|
checksums rmd160 c297a51c63a8161000d91128628d8c20ffdbf487 \ |
23 | 23 | sha256 5bafe7abe8435beca17a1082062d363368ec1e3f0d6581bb0da8b010fb389fe4 \ |
24 | 24 | size 15618196 |
25 | 25 | |
26 | | conflicts cgal5 |
| 26 | conflicts cgal5 cgal |
| 27 | #Image error: /opt/local/bin/cgal_create_CMakeLists is being used by the active cgal port |
27 | 28 | github.tarball_from releases |
28 | 29 | name cgal4 |
29 | 30 | license LGPL-3+ GPL-3+ |
… |
… |
configure.args-append -DCGAL_INSTALL_CMAKE_DIR="share/CGAL/cmake" \ |
44 | 45 | -DWITH_CGAL_Qt5:BOOL=OFF \ |
45 | 46 | -DBoost_DIR:PATH=${prefix} \ |
46 | 47 | -DWITH_Eigen3:BOOL=ON \ |
47 | | -DWITH_ZLIB:BOOL=ON |
| 48 | -DWITH_ZLIB:BOOL=ON \ |
| 49 | -DZLIB_LIBRARY_RELEASE=${prefix}/lib/libz.dylib |
48 | 50 | |
49 | 51 | # gcc 4.0 is too old to compile CGAL properly; see <http://www.cgal.org/FAQ.html#mac_optimization_bug> |
50 | 52 | compiler.blacklist-append gcc-4.0 |