aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-23 13:14:43 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-23 13:14:43 +0000
commit0d8938b5bfa9b0f0381a63de955bebd01e3b37ed (patch)
treec6ff6a2861c873f4e155ca8951994be9bb40d0ff /graphics
parent9fb18ad18c1bf2a3a4c80ad032ce97dfdc8ac0bf (diff)
downloadports-0d8938b5bfa9b0f0381a63de955bebd01e3b37ed.tar.gz
ports-0d8938b5bfa9b0f0381a63de955bebd01e3b37ed.zip
graphics/tesseract: use correct check for libomp
FreeBSD 11.3 has libomp. Reported by: sunpoet
Notes
Notes: svn path=/head/; revision=523930
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tesseract/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 04bb0878bf31..6557b490cad6 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -51,7 +51,7 @@ TOOLS_USE= GNOME=cairo,glib20,pango
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1201000
+.if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/omp.h)
OPENMP_LIB_DEPENDS=libomp.so:devel/openmp
.endif