diff options
-rw-r--r-- | graphics/vulkan-headers/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 7e8331f9e56f..064af284b636 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -9,12 +9,10 @@ COMMENT= Headers for the Vulkan graphics API LICENSE= APACHE20 USES= cmake -STRIP= # nothing to strip - USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-Headers - +STRIP= # nothing to strip NO_ARCH= yes .include <bsd.port.mk> |