diff options
Diffstat (limited to 'graphics/tesseract/Makefile')
-rw-r--r-- | graphics/tesseract/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index c178634c7ab4..9b51b504ec9b 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,6 +1,5 @@ PORTNAME= tesseract -PORTVERSION= 5.5.0 -PORTREVISION= 1 +PORTVERSION= 5.5.1 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org @@ -49,7 +48,6 @@ TOOLS_USE= GNOME=cairo,glib20,pango .if exists(/usr/include/omp.h) CMAKE_ON= OPENMP_BUILD -LDFLAGS+= -lomp .endif post-install-DOCS-on: |