Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 00:27:27 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487551 - head/graphics/gscan2pdf
Message-ID:  <201812160027.wBG0RRfv063893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812160027.wBG0RRfv063893>