math/vtk8: Simplify Makefile

Reported by:	pkubaj
This commit is contained in:
Yuri Victorovich 2022-06-26 09:57:03 -07:00
parent d5565bfa07
commit c76acf28ac

View file

@ -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