git: cfd5d5c58522 - main - graphics/mypaint-brushes: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:49:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfd5d5c58522f761cb73116105ba3d40344d9536 commit cfd5d5c58522f761cb73116105ba3d40344d9536 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:11:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:00 +0000 graphics/mypaint-brushes: Add NO_ARCH Approved by: portmgr (blanket) --- graphics/mypaint-brushes/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/mypaint-brushes/Makefile b/graphics/mypaint-brushes/Makefile index fc518ef89d4d..37cac9957206 100644 --- a/graphics/mypaint-brushes/Makefile +++ b/graphics/mypaint-brushes/Makefile @@ -16,4 +16,6 @@ USE_GITHUB=yes GH_ACCOUNT= mypaint +NO_ARCH= yes + .include <bsd.port.mk>