Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 12:38:25 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473308 - head/graphics/tesseract
Message-ID:  <201806251238.w5PCcPgu059066@repo.freebsd.org>

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



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