diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-30 05:48:21 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-30 05:51:14 +0800 |
commit | e1ebb922cc3f1b7458aaa8ee6887960dc4de68b2 (patch) | |
tree | 2b047a1821216dc3d9e1f4d6ce6176bd0e41b48e | |
parent | devel/flexdock: Add NO_ARCH (diff) |
devel/utf8cpp: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | devel/utf8cpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |