diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 09:40:24 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 12:46:41 +0000 |
commit | 6b60612030a8e2b592e51f3c73aae571773f7364 (patch) | |
tree | 380d6d3eaf5dc0c079932154f8f50f827044bda1 /math/cgal | |
parent | b1b919a3b7ee1602c803234679459e58901ac3bc (diff) |
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 7c5118049036..66817a947d25 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ #Not yet in ports USES= cmake eigen:3 shebangfix tar:xz +NO_ARCH= yes + SHEBANG_FILES= scripts/cgal_create_CMakeLists \ scripts/cgal_create_cmake_script |