svn commit: r486015 - head/graphics/gnome-color-manager

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 16:00:48 UTC 2018


Author: linimon
Date: Tue Nov 27 16:00:47 2018
New Revision: 486015
URL: https://svnweb.freebsd.org/changeset/ports/486015

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

Modified:
  head/graphics/gnome-color-manager/Makefile

Modified: head/graphics/gnome-color-manager/Makefile
==============================================================================
--- head/graphics/gnome-color-manager/Makefile	Tue Nov 27 15:34:24 2018	(r486014)
+++ head/graphics/gnome-color-manager/Makefile	Tue Nov 27 16:00:47 2018	(r486015)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome meson pkgconfig tar:xz
+USES=		compiler:c++11-lang gettext gnome meson pkgconfig tar:xz
 USE_GNOME=	cairo gtk30 vte3
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list