aboutsummaryrefslogtreecommitdiff
path: root/graphics/filmulator
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-11 16:58:47 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:45 +0000
commit8b5437d1a8db6885da775f150c1e5f79f9e5d1d8 (patch)
tree0274c4af9f3620945e6fded0433de7a08473b380 /graphics/filmulator
parent02453832c99d3eeca3a6fdd4c721fe30ca35b3c6 (diff)
downloadports-8b5437d1a8db6885da775f150c1e5f79f9e5d1d8.tar.gz
ports-8b5437d1a8db6885da775f150c1e5f79f9e5d1d8.zip
Diffstat (limited to 'graphics/filmulator')
-rw-r--r--graphics/filmulator/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/filmulator/Makefile b/graphics/filmulator/Makefile
index e1d490bd203a..a5a6ff9753ec 100644
--- a/graphics/filmulator/Makefile
+++ b/graphics/filmulator/Makefile
@@ -10,10 +10,6 @@ WWW= https://filmulator.org/
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 \
@@ -22,6 +18,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libtiff.so:graphics/tiff
USES= cmake jpeg libarchive pkgconfig qt:5
+.if !exists(/usr/include/omp.h)
+USES+= compiler:gcc-c++11-lib
+.endif
USE_GITHUB= yes
USE_QT= buildtools:build qmake:build core declarative gui \
network sql widgets