svn commit: r437544 - head/textproc/libxml++26

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 09:59:36 UTC 2017


Author: bapt
Date: Sun Apr  2 09:59:34 2017
New Revision: 437544
URL: https://svnweb.freebsd.org/changeset/ports/437544

Log:
  Chase libsigc++20 update

Modified:
  head/textproc/libxml++26/Makefile

Modified: head/textproc/libxml++26/Makefile
==============================================================================
--- head/textproc/libxml++26/Makefile	Sun Apr  2 09:56:34 2017	(r437543)
+++ head/textproc/libxml++26/Makefile	Sun Apr  2 09:59:34 2017	(r437544)
@@ -12,7 +12,8 @@ MASTER_SITES=	GNOME
 MAINTAINER=	bland at FreeBSD.org
 COMMENT=	XML API for C++
 
-USES+=		tar:xz
+USES+=		tar:xz compiler:c++11-lang
+USE_CXXSTD=	c++11
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 


More information about the svn-ports-head mailing list