Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 09:43:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437540 - head/graphics/cluttermm
Message-ID:  <201704020943.v329hJ5Q011662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  2 09:43:19 2017
New Revision: 437540
URL: https://svnweb.freebsd.org/changeset/ports/437540

Log:
  Chase libsigc++20 update

Modified:
  head/graphics/cluttermm/Makefile

Modified: head/graphics/cluttermm/Makefile
==============================================================================
--- head/graphics/cluttermm/Makefile	Sun Apr  2 09:42:48 2017	(r437539)
+++ head/graphics/cluttermm/Makefile	Sun Apr  2 09:43:19 2017	(r437540)
@@ -14,7 +14,9 @@ COMMENT=	C++ interfaces for clutter
 
 LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter
 
-USES+=		gettext gmake libtool pathfix perl5 pkgconfig tar:xz
+USES+=		gettext gmake libtool pathfix perl5 pkgconfig tar:xz \
+		compiler:c++11-lang
+USE_CXXSTD=	c++11
 USE_GNOME=	atkmm glib20 gtkmm30 libsigc++20 pangomm
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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