git: a9bb575ce823 - main - graphics/spirv-cross: add correct URL for portscout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Feb 2024 09:45:20 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9bb575ce82326572fe5cbccddb0b85a253ffe6f commit a9bb575ce82326572fe5cbccddb0b85a253ffe6f Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-02-28 09:44:12 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-02-28 09:44:12 +0000 graphics/spirv-cross: add correct URL for portscout Approved by: arrowd (mentor, implicit) --- graphics/spirv-cross/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/spirv-cross/Makefile b/graphics/spirv-cross/Makefile index e13bb76af627..a85c48a55b48 100644 --- a/graphics/spirv-cross/Makefile +++ b/graphics/spirv-cross/Makefile @@ -18,4 +18,6 @@ GH_TAGNAME= vulkan-sdk-${DISTVERSION} CMAKE_ON= SPIRV_CROSS_SHARED CMAKE_OFF= SPIRV_CROSS_ENABLE_TESTS +PORTSCOUT= site:${WWW}/tags + .include <bsd.port.mk>