aboutsummaryrefslogtreecommitdiff
path: root/graphics/vulkan-caps-viewer
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-09-01 04:13:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-09-01 04:13:38 +0000
commit550ef34f71ffc03b3f8f9727f1722f345bcdbe1d (patch)
treedb4a8776990b09e7ad7449aaebd96d93b2d84106 /graphics/vulkan-caps-viewer
parenta28dea55f5a5b20ac490b6d654c43b75366c0ff8 (diff)
downloadports-550ef34f71ffc03b3f8f9727f1722f345bcdbe1d.tar.gz
ports-550ef34f71ffc03b3f8f9727f1722f345bcdbe1d.zip
graphics/vulkan-caps-viewer: correct used C++ standard (cosmetic)
vulkanCapsViewer.pro has CONFIG += c++11
Notes
Notes: svn path=/head/; revision=547237
Diffstat (limited to 'graphics/vulkan-caps-viewer')
-rw-r--r--graphics/vulkan-caps-viewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile
index dec196c99cd0..397242bd377a 100644
--- a/graphics/vulkan-caps-viewer/Makefile
+++ b/graphics/vulkan-caps-viewer/Makefile
@@ -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