svn commit: r547237 - head/graphics/vulkan-caps-viewer

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 04:13:38 UTC 2020


Author: jbeich
Date: Tue Sep  1 04:13:38 2020
New Revision: 547237
URL: https://svnweb.freebsd.org/changeset/ports/547237

Log:
  graphics/vulkan-caps-viewer: correct used C++ standard (cosmetic)
  
  vulkanCapsViewer.pro has CONFIG += c++11

Modified:
  head/graphics/vulkan-caps-viewer/Makefile   (contents, props changed)

Modified: head/graphics/vulkan-caps-viewer/Makefile
==============================================================================
--- head/graphics/vulkan-caps-viewer/Makefile	Tue Sep  1 04:05:22 2020	(r547236)
+++ head/graphics/vulkan-caps-viewer/Makefile	Tue Sep  1 04:13:38 2020	(r547237)
@@ -11,7 +11,7 @@ LICENSE=	LGPL3 # based on license headers
 
 LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
 
-USES=		compiler:c++14-lang pkgconfig qmake qt:5
+USES=		compiler:c++11-lib pkgconfig qmake qt:5
 USE_GITHUB=	yes
 USE_QT=		qmake_build buildtools_build core gui network widgets
 GH_ACCOUNT=	SaschaWillems


More information about the svn-ports-all mailing list