aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-24 10:20:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-24 10:20:13 +0000
commit9e83c182267cdca874417bf3092ca12b21c000cb (patch)
tree436c2bd6aa85a77916a6ba368e8e4374effcfe81
parent5af4b11b399255f1bee4c57c57308f804f22beb2 (diff)
downloadports-9e83c182267cdca874417bf3092ca12b21c000cb.tar.gz
ports-9e83c182267cdca874417bf3092ca12b21c000cb.zip
misc/urh: Broken on systems where OpenMP isn't enabled
Reported by: fallout
-rw-r--r--misc/urh/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/urh/Makefile b/misc/urh/Makefile
index 16734bff7ab5..0636d80b3a73 100644
--- a/misc/urh/Makefile
+++ b/misc/urh/Makefile
@@ -8,6 +8,10 @@ COMMENT= Universal Radio Hacker: investigate wireless protocols like a boss
LICENSE= GPLv3
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \