svn commit: r450432 - head/graphics/tesseract

Ben Woods woodsb02 at FreeBSD.org
Sat Sep 23 12:39:58 UTC 2017


Author: woodsb02
Date: Sat Sep 23 12:39:56 2017
New Revision: 450432
URL: https://svnweb.freebsd.org/changeset/ports/450432

Log:
  graphics/tesseract: Add graphics/tesseract-data as RUN_DEPENDS
  
  PR:		221428
  Approved by:	Piotr Kubaj (maintainer)

Deleted:
  head/graphics/tesseract/pkg-message
Modified:
  head/graphics/tesseract/Makefile

Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile	Sat Sep 23 12:15:43 2017	(r450431)
+++ head/graphics/tesseract/Makefile	Sat Sep 23 12:39:56 2017	(r450432)
@@ -12,6 +12,7 @@ COMMENT=	Commercial quality open source OCR engine
 LICENSE=	APACHE20
 
 LIB_DEPENDS=	liblept.so:graphics/leptonica
+RUN_DEPENDS=	tesseract-data>=0:graphics/tesseract-data
 
 USES=		autoreconf localbase libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list