aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-20 12:55:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-20 12:55:46 +0000
commitce68ff693814a9e4a788e09b66d3d08118a0a37d (patch)
tree43aff1ddf53ec01f71e746db36e5b52ce7343e65
parentc9daad7c9d3b229a398e90def312f62a67ba1900 (diff)
downloadports-ce68ff693814a9e4a788e09b66d3d08118a0a37d.tar.gz
ports-ce68ff693814a9e4a788e09b66d3d08118a0a37d.zip
graphics/vulkan-headers: trim newlines
-rw-r--r--graphics/vulkan-headers/Makefile4
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>