summaryrefslogtreecommitdiff
path: root/graphics/vulkan-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vulkan-tools/Makefile')
-rw-r--r--graphics/vulkan-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile
index fe0ba5bcc697..47507a9932b8 100644
--- a/graphics/vulkan-tools/Makefile
+++ b/graphics/vulkan-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-tools
DISTVERSIONPREFIX= v
-DISTVERSION= 1.4.327
+DISTVERSION= 1.4.336
CATEGORIES= graphics
MAINTAINER= atanubiswas484@gmail.com
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
-USES= alias cmake compiler:c++11-lib pkgconfig python:build
+USES= cmake compiler:c++11-lib pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Tools