aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:40:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:41:24 +0000
commit34c51b63d7ff1399ba51c26cd4ab08ef73d5d335 (patch)
tree317b09b1e78dd02e2272367acd4f2b25c211b095
parent0f20e25bb0c89821c657ce7d8424f6e6ad1c9a45 (diff)
downloadports-34c51b63d7ff1399ba51c26cd4ab08ef73d5d335.tar.gz
ports-34c51b63d7ff1399ba51c26cd4ab08ef73d5d335.zip
biology/ugene: Broken on systems where OpenMP isn't enabled
Reported by: fallout Approved by: portmgr (blanket)
-rw-r--r--biology/ugene/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile
index 31f82940e35d..96ccd0e93c34 100644
--- a/biology/ugene/Makefile
+++ b/biology/ugene/Makefile
@@ -10,6 +10,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_aarch64= Fails to build: invokes x86 asm
BROKEN_riscv64= Fails to build: invokes x86 asm
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
RUN_DEPENDS= bash:shells/bash