git: e1ebb922cc3f - main - devel/utf8cpp: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 21:56:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1ebb922cc3f1b7458aaa8ee6887960dc4de68b2 commit e1ebb922cc3f1b7458aaa8ee6887960dc4de68b2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 21:48:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 21:51:14 +0000 devel/utf8cpp: Add NO_ARCH Approved by: portmgr (blanket) --- devel/utf8cpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index 192b7d75dcd4..3057c1439f93 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -15,6 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= nemtrif GH_PROJECT= utfcpp +NO_ARCH= yes + PLIST_FILES= include/utf8cpp/utf8.h \ include/utf8cpp/utf8/checked.h \ include/utf8cpp/utf8/core.h \