git: 4a0d705351db - main - math/octave-forge-statistics: Correct no_arch.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Mon, 17 Feb 2025 23:48:50 UTC
The branch main has been updated by stephen:

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

commit 4a0d705351db21286fbd5ac709e52329f67f8306
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-02-17 23:48:10 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-02-17 23:48:10 +0000

    math/octave-forge-statistics: Correct no_arch.
    
    Bump portrevision.
---
 math/octave-forge-statistics/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile
index 5eb986edce63..701d35ed0286 100644
--- a/math/octave-forge-statistics/Makefile
+++ b/math/octave-forge-statistics/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	octave-forge-statistics
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -15,8 +16,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	gnu-octave
 GH_PROJECT=	statistics
 
-NO_ARCH=	yes
-
 OCTAVE_SRC=	${GH_PROJECT}-release-${DISTVERSION}
 
 .include <bsd.port.mk>