svn commit: r490106 - head/graphics/pencil2d

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 02:27:57 UTC 2019


Author: linimon
Date: Sun Jan 13 02:27:56 2019
New Revision: 490106
URL: https://svnweb.freebsd.org/changeset/ports/490106

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		234376
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/pencil2d/Makefile

Modified: head/graphics/pencil2d/Makefile
==============================================================================
--- head/graphics/pencil2d/Makefile	Sun Jan 13 02:18:22 2019	(r490105)
+++ head/graphics/pencil2d/Makefile	Sun Jan 13 02:27:56 2019	(r490106)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
-USES=		desktop-file-utils gl gmake qmake qt:5 shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 \
+		shared-mime-info
 USE_GITHUB=	yes
 USE_QT=		core gui multimedia network svg widgets xml buildtools_build
 USE_GL=		gl


More information about the svn-ports-all mailing list