svn commit: r439831 - head/graphics/gscan2pdf

Larry Rosenman ler at FreeBSD.org
Sun Apr 30 16:22:08 UTC 2017


Author: ler
Date: Sun Apr 30 16:22:07 2017
New Revision: 439831
URL: https://svnweb.freebsd.org/changeset/ports/439831

Log:
  Remove option missed in previous commit.
  
  Approved by:	rene (mentor)

Modified:
  head/graphics/gscan2pdf/Makefile

Modified: head/graphics/gscan2pdf/Makefile
==============================================================================
--- head/graphics/gscan2pdf/Makefile	Sun Apr 30 16:21:47 2017	(r439830)
+++ head/graphics/gscan2pdf/Makefile	Sun Apr 30 16:22:07 2017	(r439831)
@@ -47,7 +47,7 @@ USE_GNOME=	gtk20 librsvg2
 USE_PERL5=	configure
 
 OPTIONS_MULTI=		OCR
-OPTIONS_MULTI_OCR=	CUNEIFORM GOCR OCROPUS TESSERACT
+OPTIONS_MULTI_OCR=	CUNEIFORM GOCR TESSERACT
 OPTIONS_DEFAULT=	GOCR
 
 CUNEIFORM_DESC=		Multi-language OCR system


More information about the svn-ports-head mailing list