svn commit: r490086 - head/graphics/engauge-digitizer

Mark Linimon linimon at FreeBSD.org
Sat Jan 12 23:13:36 UTC 2019


Author: linimon
Date: Sat Jan 12 23:13:35 2019
New Revision: 490086
URL: https://svnweb.freebsd.org/changeset/ports/490086

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234339
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/engauge-digitizer/Makefile

Modified: head/graphics/engauge-digitizer/Makefile
==============================================================================
--- head/graphics/engauge-digitizer/Makefile	Sat Jan 12 23:11:23 2019	(r490085)
+++ head/graphics/engauge-digitizer/Makefile	Sat Jan 12 23:13:35 2019	(r490086)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libopenjp2.so:graphics/openjpeg \
 		libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		desktop-file-utils gl qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	markummitchell
 USE_QT=		core gui printsupport sql xml widgets buildtools_build


More information about the svn-ports-head mailing list