math/vtk8: Simplify Makefile
Reported by: pkubaj
This commit is contained in:
parent
d5565bfa07
commit
c76acf28ac
1 changed files with 2 additions and 4 deletions
|
@ -11,6 +11,8 @@ COMMENT= Visualization toolkit
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN_FreeBSD_14_aarch64= clang-14 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264834
|
||||
|
||||
LIB_DEPENDS= libtiff.so:graphics/tiff \
|
||||
libpng.so:graphics/png \
|
||||
libfreetype.so:print/freetype2 \
|
||||
|
@ -107,10 +109,6 @@ post-patch:
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
|
||||
BROKEN_aarch64= clang-14 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264834
|
||||
.endif
|
||||
|
||||
.for g in ${VTK_GROUPS}
|
||||
. if ${PORT_OPTIONS:M${g}}
|
||||
CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON
|
||||
|
|
Loading…
Reference in a new issue