Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 02:27:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490106 - head/graphics/pencil2d
Message-ID:  <201901130227.x0D2RuRg041362@repo.freebsd.org>

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



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