Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 19:30:08 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387182 - head/x11-themes/qtcurve
Message-ID:  <201505231930.t4NJU9nF042257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sat May 23 19:30:08 2015
New Revision: 387182
URL: https://svnweb.freebsd.org/changeset/ports/387182

Log:
  x11-themes/qtcurve: fix build on 8.x/9.x

Modified:
  head/x11-themes/qtcurve/Makefile

Modified: head/x11-themes/qtcurve/Makefile
==============================================================================
--- head/x11-themes/qtcurve/Makefile	Sat May 23 19:04:49 2015	(r387181)
+++ head/x11-themes/qtcurve/Makefile	Sat May 23 19:30:08 2015	(r387182)
@@ -24,7 +24,7 @@ QT5_RUN_DEPENDS=	qt5-style-qtcurve>=1.8.
 USE_GITHUB=	yes
 GH_ACCOUNT=	QtCurve
 
-USES=		compiler:c++0x cmake execinfo pkgconfig
+USES=		compiler:c++11-lib cmake execinfo pkgconfig
 USE_XORG=	x11 xcb
 
 .for i in gtk2 kde4 qt4 qt5



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