svn commit: r387182 - head/x11-themes/qtcurve

Max Brazhnikov makc at FreeBSD.org
Sat May 23 19:30:09 UTC 2015


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


More information about the svn-ports-all mailing list