svn commit: r473308 - head/graphics/tesseract

Steve Wills swills at FreeBSD.org
Mon Jun 25 12:38:26 UTC 2018


Author: swills
Date: Mon Jun 25 12:38:25 2018
New Revision: 473308
URL: https://svnweb.freebsd.org/changeset/ports/473308

Log:
  graphics/tesseract: add USES=compiler:c++11-lang
  
  PR:		229323
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)

Modified:
  head/graphics/tesseract/Makefile   (contents, props changed)

Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile	Mon Jun 25 12:33:25 2018	(r473307)
+++ head/graphics/tesseract/Makefile	Mon Jun 25 12:38:25 2018	(r473308)
@@ -13,7 +13,7 @@ LICENSE=	APACHE20
 LIB_DEPENDS=	liblept.so:graphics/leptonica
 RUN_DEPENDS=	tesseract-data>=0:graphics/tesseract-data
 
-USES=		autoreconf localbase libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang localbase libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list