1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

biology/metaeuk: append missing bracket

This commit is contained in:
Piotr Kubaj 2022-12-01 23:07:21 +00:00
parent 67e1771aad
commit 467ac4a990

View File

@ -28,7 +28,7 @@ PLIST_FILES= bin/metaeuk
CMAKE_OFF= NATIVE_ARCH
.if !exists(/usr/include/omp.h
.if !exists(/usr/include/omp.h)
CMAKE_ARGS+= -DREQUIRE_OPENMP:BOOL=OFF
.endif