diff options
author | swills <swills@FreeBSD.org> | 2018-11-10 21:16:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-11-10 21:16:05 +0800 |
commit | f6af2ec3d1d38270079c8a1e046b6b8d091a9c43 (patch) | |
tree | 8881d7666158ffc276902d87fec36739213866b2 /textproc | |
parent | a540bef373fd00079cba13753063e0238a67f08a (diff) | |
download | freebsd-ports-gnome-f6af2ec3d1d38270079c8a1e046b6b8d091a9c43.tar.gz freebsd-ports-gnome-f6af2ec3d1d38270079c8a1e046b6b8d091a9c43.tar.zst freebsd-ports-gnome-f6af2ec3d1d38270079c8a1e046b6b8d091a9c43.zip |
textproc/fcitx-table-other: fix build
PR: 233103
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fcitx-table-other/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/fcitx-table-other/Makefile b/textproc/fcitx-table-other/Makefile index a0b6cd533032..4bf9c4ae5cbe 100644 --- a/textproc/fcitx-table-other/Makefile +++ b/textproc/fcitx-table-other/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfcitx-config.so:chinese/fcitx +BUILD_DEPENDS= bash:shells/bash USES= cmake:outsource gettext tar:xz NO_ARCH= yes |