aboutsummaryrefslogtreecommitdiff
path: root/math/tmv
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:18:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:18:34 +0000
commit0e744155027dd8674d9ee0e77f96aad9a62bf42f (patch)
tree39dd9035ad46ae38133c0b52171cb39e101feb28 /math/tmv
parent7a8e54be5299bc625097d94fdc40d1a3ab85b52a (diff)
downloadports-0e744155027dd8674d9ee0e77f96aad9a62bf42f.tar.gz
ports-0e744155027dd8674d9ee0e77f96aad9a62bf42f.zip
Diffstat (limited to 'math/tmv')
-rw-r--r--math/tmv/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/tmv/Makefile b/math/tmv/Makefile
index 43f05dc9ea63..b9035a2e213d 100644
--- a/math/tmv/Makefile
+++ b/math/tmv/Makefile
@@ -21,9 +21,7 @@ MAKEFILE= ${FILESDIR}/Makefile
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
+.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif