aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-01 20:55:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-01 21:54:38 +0000
commitc777431b316dfeff5ad387d54da782c1779193a2 (patch)
treef4bc8712ee14c1efb9506706a2fc4c11f0a4c8ee
parente205a8f1f6de623b6ba859bc7927c52d59c5e584 (diff)
downloadports-c777431b316dfeff5ad387d54da782c1779193a2.tar.gz
ports-c777431b316dfeff5ad387d54da782c1779193a2.zip
biology/hyphy: Not broken on systems where OpenMP isn't available
PR: 265677 Reported by: Robert Clausecker <fuz@fuz.su> (cherry picked from commit e2b35d714732ea5fda50b45e26397bb57467ed81)
-rw-r--r--biology/hyphy/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index a3720c1b468e..c0d6bd4541ba 100644
--- a/biology/hyphy/Makefile
+++ b/biology/hyphy/Makefile
@@ -9,10 +9,6 @@ WWW= https://www.hyphy.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-.if !exists(/usr/include/omp.h)
-BROKEN= requires OpenMP support that is missing on this architecture
-.endif
-
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libcurl.so:ftp/curl