git: 467ac4a99076 - main - biology/metaeuk: append missing bracket
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 23:07:28 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=467ac4a99076ae4bd66196fbce67d8a3e419dd60 commit 467ac4a99076ae4bd66196fbce67d8a3e419dd60 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-12-01 23:07:21 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-12-01 23:07:21 +0000 biology/metaeuk: append missing bracket --- biology/metaeuk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index 0213ba2a5d69..69af5e4fa3fa 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -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