Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 03:46:40 +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: r488063 - head/graphics/entangle
Message-ID:  <201812220346.wBM3keBO045518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 03:46:39 2018
New Revision: 488063
URL: https://svnweb.freebsd.org/changeset/ports/488063

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234170
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/entangle/Makefile

Modified: head/graphics/entangle/Makefile
==============================================================================
--- head/graphics/entangle/Makefile	Sat Dec 22 03:44:37 2018	(r488062)
+++ head/graphics/entangle/Makefile	Sat Dec 22 03:46:39 2018	(r488063)
@@ -23,7 +23,8 @@ LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2 \
 RUN_DEPENDS:=	${BUILD_DEPENDS:Nitstool*} \
 		${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR}
 
-USES=		gettext-tools gmake libtool pkgconfig python:3.4+
+USES=		compiler:c++11-lang gettext-tools gmake gnome libtool \
+		pkgconfig python:3.4+
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gtk30 intltool introspection
 USE_GSTREAMER1=	core



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