svn commit: r488063 - head/graphics/entangle

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 03:46:40 UTC 2018


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


More information about the svn-ports-all mailing list