diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-23 12:57:59 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-23 12:57:59 +0000 |
commit | 5123fdf6b78e096d5ffd143540ab92fb5a98bd30 (patch) | |
tree | e8cc0ba60e5d4cf7675926684e6995691422e4b2 | |
parent | 8b6b4028b027d63e03566f34d5448f47146ab4d1 (diff) |
Notes
-rw-r--r-- | graphics/tesseract/Makefile | 2 |
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 |