git: b8af64f3ddf6 - main - graphics/opendx: Correction to b63245a59cda.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Wed, 23 Mar 2022 19:28:20 UTC
The branch main has been updated by stephen:

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

commit b8af64f3ddf66537cf6bb7fb766e66a8df7ab885
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-03-23 19:26:38 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-03-23 19:26:38 +0000

    graphics/opendx: Correction to b63245a59cda.
    
    - Broken for arm64, not amd64.
    
    Reported by:    Thierry Thomas <thierry@freebsd.org>
---
 graphics/opendx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 8e270545df76..e2d31a69bec6 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -15,7 +15,7 @@ LICENSE_NAME=	IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-NOT_FOR_ARCHS=	amd64
+NOT_FOR_ARCHS=	arm64
 NOT_FOR_ARCHS_REASON=	does not build
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff		\