git: e6cbf01b3a8f - main - devel/argparse: Add NO_ARCH and remove trailing blank line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:03:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6cbf01b3a8f1b40b47301ca3ca343e868b37696 commit e6cbf01b3a8f1b40b47301ca3ca343e868b37696 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 06:00:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 06:00:59 +0000 devel/argparse: Add NO_ARCH and remove trailing blank line Approved by: portmgr (blanket) --- devel/argparse/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/argparse/Makefile b/devel/argparse/Makefile index a968abdd7ca1..98d528243677 100644 --- a/devel/argparse/Makefile +++ b/devel/argparse/Makefile @@ -13,5 +13,6 @@ USES= cmake USE_GITHUB= yes GH_ACCOUNT= p-ranav -.include <bsd.port.mk> +NO_ARCH= yes +.include <bsd.port.mk>