aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:24:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:41:22 +0000
commit59564a1f5c3bb3bb7847002e7c4f69ffb0f55374 (patch)
tree85c542cc5c6ce3de65dceecf06e278d02daf63ce
parent5a5c763b944b7fc1901e2c23a2481ad105e3d07a (diff)
downloadports-59564a1f5c3bb3bb7847002e7c4f69ffb0f55374.tar.gz
ports-59564a1f5c3bb3bb7847002e7c4f69ffb0f55374.zip
graphics/filmulator: Broken on systems where OpenMP isn't enabled
Reported by: fallout
-rw-r--r--graphics/filmulator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/filmulator/Makefile b/graphics/filmulator/Makefile
index 9da8b77cd066..71b4708f09fd 100644
--- a/graphics/filmulator/Makefile
+++ b/graphics/filmulator/Makefile
@@ -8,6 +8,10 @@ COMMENT= Simplified raw editor with the power of film
LICENSE= GPLv3+
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
LIB_DEPENDS= libcurl.so:ftp/curl \
libexiv2.so:graphics/exiv2 \
liblensfun.so:graphics/lensfun \