git: d92e24d3e972 - main - math/octave-forge-automatic-differentiation: Add no_arch=yes.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Mon, 07 Nov 2022 18:55:30 UTC
The branch main has been updated by stephen:

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

commit d92e24d3e972d7dadbaa7d83d65a48629db87f74
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-11-07 18:55:04 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-11-07 18:55:04 +0000

    math/octave-forge-automatic-differentiation: Add no_arch=yes.
    
    Bump portrevision.
---
 math/octave-forge-automatic-differentiation/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile
index ab0554f1e060..543b21a79960 100644
--- a/math/octave-forge-automatic-differentiation/Makefile
+++ b/math/octave-forge-automatic-differentiation/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	octave-forge-automatic-differentiation
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -24,6 +25,8 @@ RUN_DEPENDS+=	${TARBALLS_DIR}/sockets.tar.gz:math/octave-forge-sockets
 do-build:
 	@${DO_NADA}
 
+NO_ARCH=	yes
+
 post-build:
 	${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
 	cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}