git: 43bece15f41b - main - graphics/vulkan-headers: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:33:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43bece15f41b07ce876d385fe35713129b2a5ae8
commit 43bece15f41b07ce876d385fe35713129b2a5ae8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:26:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 19:09:46 +0000
graphics/vulkan-headers: Add NO_ARCH
Approved by: portmgr (blanket)
---
graphics/vulkan-headers/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
index 06fe1b7f4f70..c6756e04979c 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -15,4 +15,6 @@ USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Headers
+NO_ARCH= yes
+
.include <bsd.port.mk>