git: d5713770a065 - main - graphics/nvidia-texture-tools: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 04 Apr 2022 16:17:58 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5713770a065fb92416dafa603d254efca2862a7

commit d5713770a065fb92416dafa603d254efca2862a7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-04 16:14:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-04 16:14:43 +0000

    graphics/nvidia-texture-tools: enable on powerpc64le
---
 graphics/nvidia-texture-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index f44ac04a2d6c..3cc8638c7705 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Texture Tools with support for DirectX 10 texture formats
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc powerpc64 armv6 aarch64  # see src/nvcore/nvcore.h
+ONLY_FOR_ARCHS=	i386 amd64 powerpc powerpc64 armv6 aarch64 powerpc64le # see src/nvcore/nvcore.h
 
 USES=		cmake compiler:c++11-lang
 CMAKE_ON=	NVTT_SHARED \