aboutsummaryrefslogtreecommitdiff
path: root/graphics/ebsynth
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:21:57 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:21:57 +0000
commit63b733665a04bf4794ef7602c1de4bdc742f3c95 (patch)
tree79f0f308207d3365f1db9861ffe05e3c35a0b402 /graphics/ebsynth
parentef0c97f9f4243fe687abdf9caeb82850f585e2ae (diff)
downloadports-63b733665a04bf4794ef7602c1de4bdc742f3c95.tar.gz
ports-63b733665a04bf4794ef7602c1de4bdc742f3c95.zip
graphics/ebsynth: check for omp.h on all architectures
Diffstat (limited to 'graphics/ebsynth')
-rw-r--r--graphics/ebsynth/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ebsynth/Makefile b/graphics/ebsynth/Makefile
index 724761c24d20..78bcc19637f9 100644
--- a/graphics/ebsynth/Makefile
+++ b/graphics/ebsynth/Makefile
@@ -14,9 +14,7 @@ GH_TAGNAME= 2f5c97c0c21a
PLIST_FILES= bin/ebsynth
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
+.if !exists(/usr/include/omp.h)
USES= compiler:gcc-c++11-lib
.else
USES= compiler:c++11-lang