aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-23 20:57:59 +0800
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-23 20:57:59 +0800
commit5123fdf6b78e096d5ffd143540ab92fb5a98bd30 (patch)
treee8cc0ba60e5d4cf7675926684e6995691422e4b2 /graphics
parent8b6b4028b027d63e03566f34d5448f47146ab4d1 (diff)
downloadfreebsd-ports-gnome-5123fdf6b78e096d5ffd143540ab92fb5a98bd30.tar.gz
freebsd-ports-gnome-5123fdf6b78e096d5ffd143540ab92fb5a98bd30.tar.zst
freebsd-ports-gnome-5123fdf6b78e096d5ffd143540ab92fb5a98bd30.zip
graphics/tesseract: FreeBSD 11.2 is EOL
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 2957c6714123..04bb0878bf31 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 ${OSREL:R} >= 12 && ${OSVERSION} < 1201000
+.if ${OSVERSION} < 1201000
OPENMP_LIB_DEPENDS=libomp.so:devel/openmp
.endif