pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/vulkan-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 12 08:44:48 UTC 2022

Modified Files:
        pkgsrc/graphics/vulkan-headers: Makefile

Log Message:
vulkan-headers: does not need any languages


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/vulkan-headers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/vulkan-headers/Makefile
diff -u pkgsrc/graphics/vulkan-headers/Makefile:1.5 pkgsrc/graphics/vulkan-headers/Makefile:1.6
--- pkgsrc/graphics/vulkan-headers/Makefile:1.5 Mon Aug  8 16:42:27 2022
+++ pkgsrc/graphics/vulkan-headers/Makefile     Fri Aug 12 08:44:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/08/08 16:42:27 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/08/12 08:44:48 adam Exp $
 
 DISTNAME=      Vulkan-Headers-1.3.224
 PKGNAME=       ${DISTNAME:tl}
@@ -14,7 +14,7 @@ COMMENT=      Headers for Vulkan Graphics API
 LICENSE=       apache-2.0
 
 USE_CMAKE=     yes
-INSTALL_TARGET=        install
+USE_LANGUAGES= # none
 
 REPLACE_PYTHON+=       registry/*.py
 REPLACE_PYTHON+=       registry/spec_tools/*.py



Home | Main Index | Thread Index | Old Index