diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:39:08 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:42:09 +0000 |
commit | f7f8949f7d7e8a3825be29d5dbc660537c91edfd (patch) | |
tree | df3b8706c1e3e972439b65afdb2bfd9f2ebaf650 | |
parent | ad88f4a00cea6c04e12ec117fa13e1390e3e9ed4 (diff) |
textproc/fcitx5-qt-common: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/fcitx5-qt-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/fcitx5-qt-common/Makefile b/textproc/fcitx5-qt-common/Makefile index ee94b38374b3..26077c77b079 100644 --- a/textproc/fcitx5-qt-common/Makefile +++ b/textproc/fcitx5-qt-common/Makefile @@ -10,5 +10,6 @@ FLAVORS= # empty FLAVOR= # empty CMAKE_OFF= ENABLE_QT4 ENABLE_QT5 ENABLE_QT6 +NO_ARCH= yes .include "${MASTERDIR}/Makefile" |