git: f6d3ac904e2c - main - math/octave-forge-cfitsio: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:36:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6d3ac904e2c8466cc376f1a5b1fd4728493eec6 commit f6d3ac904e2c8466cc376f1a5b1fd4728493eec6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:17:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:26:30 +0000 math/octave-forge-cfitsio: Add NO_ARCH Approved by: portmgr (blanket) --- math/octave-forge-cfitsio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/octave-forge-cfitsio/Makefile b/math/octave-forge-cfitsio/Makefile index 113784841022..fc54a1c6cb53 100644 --- a/math/octave-forge-cfitsio/Makefile +++ b/math/octave-forge-cfitsio/Makefile @@ -20,5 +20,6 @@ GH_PROJECT= octave-cfitsio OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} GNU_CONFIGURE= yes +NO_ARCH= yes .include <bsd.port.mk>