svn commit: r437546 - head/devel/gnome-vfsmm

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 10:11:41 UTC 2017


Author: bapt
Date: Sun Apr  2 10:11:40 2017
New Revision: 437546
URL: https://svnweb.freebsd.org/changeset/ports/437546

Log:
  One more chase of libsigc++20 update

Modified:
  head/devel/gnome-vfsmm/Makefile

Modified: head/devel/gnome-vfsmm/Makefile
==============================================================================
--- head/devel/gnome-vfsmm/Makefile	Sun Apr  2 10:08:06 2017	(r437545)
+++ head/devel/gnome-vfsmm/Makefile	Sun Apr  2 10:11:40 2017	(r437546)
@@ -14,7 +14,9 @@ COMMENT=	C++ wrapper for gnomevfs2 libra
 
 BUILD_DEPENDS=	gm4:devel/m4
 
-USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2 \
+		compiler:c++11-lang
+USE_CXXSTD=	c++11
 USE_GNOME=	glibmm gnomevfs2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list