diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-01 20:55:18 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-01 21:54:38 +0000 |
commit | c777431b316dfeff5ad387d54da782c1779193a2 (patch) | |
tree | f4bc8712ee14c1efb9506706a2fc4c11f0a4c8ee | |
parent | e205a8f1f6de623b6ba859bc7927c52d59c5e584 (diff) |
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/Makefile | 4 |
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 |