svn commit: r523928 - head/graphics/tesseract

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 23 12:58:00 UTC 2020


Author: pkubaj
Date: Thu Jan 23 12:57:59 2020
New Revision: 523928
URL: https://svnweb.freebsd.org/changeset/ports/523928

Log:
  graphics/tesseract: FreeBSD 11.2 is EOL

Modified:
  head/graphics/tesseract/Makefile

Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile	Thu Jan 23 12:56:27 2020	(r523927)
+++ head/graphics/tesseract/Makefile	Thu Jan 23 12:57:59 2020	(r523928)
@@ -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
 


More information about the svn-ports-head mailing list