svn commit: r487551 - head/graphics/gscan2pdf

Rene Ladan rene at FreeBSD.org
Sun Dec 16 00:27:28 UTC 2018


Author: rene
Date: Sun Dec 16 00:27:26 2018
New Revision: 487551
URL: https://svnweb.freebsd.org/changeset/ports/487551

Log:
  graphics/gscan2pdf: remove optional dependency on expired graphics/cuneiform

Modified:
  head/graphics/gscan2pdf/Makefile

Modified: head/graphics/gscan2pdf/Makefile
==============================================================================
--- head/graphics/gscan2pdf/Makefile	Sun Dec 16 00:25:41 2018	(r487550)
+++ head/graphics/gscan2pdf/Makefile	Sun Dec 16 00:27:26 2018	(r487551)
@@ -59,11 +59,9 @@ USE_GNOME=	gtk30 librsvg2
 USE_PERL5=	configure
 
 OPTIONS_MULTI=		OCR
-OPTIONS_MULTI_OCR=	CUNEIFORM GOCR TESSERACT
+OPTIONS_MULTI_OCR=	GOCR TESSERACT
 OPTIONS_DEFAULT=	GOCR
 
-CUNEIFORM_DESC=		Multi-language OCR system
-CUNEIFORM_RUN_DEPENDS=	cuneiform:graphics/cuneiform
 GOCR_DESC=		OCR program developed under GPL
 GOCR_RUN_DEPENDS=	gocr:graphics/gocr
 OCR_DESC=		Optical Character Recognition


More information about the svn-ports-all mailing list