svn commit: r437540 - head/graphics/cluttermm

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 09:43:20 UTC 2017


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


More information about the svn-ports-head mailing list