diff options
author | wen <wen@FreeBSD.org> | 2018-11-11 19:47:33 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-11-11 19:47:33 +0800 |
commit | f2b8b7ef3a23c81ff6611063cda0201f23f3ba81 (patch) | |
tree | bf1269c61802e33bafae611178af283a66121b09 /textproc | |
parent | 6c96b8a172799abd0f53db734cee3141cc3c6dc6 (diff) | |
download | freebsd-ports-gnome-f2b8b7ef3a23c81ff6611063cda0201f23f3ba81.tar.gz freebsd-ports-gnome-f2b8b7ef3a23c81ff6611063cda0201f23f3ba81.tar.zst freebsd-ports-gnome-f2b8b7ef3a23c81ff6611063cda0201f23f3ba81.zip |
- Fix build by adding bash as BUILD_DEPENDS
PR: 231612
Submitted by: wen@
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fcitx-m17n/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile index 4ec6e8c7600b..9a93ea13c0ec 100644 --- a/textproc/fcitx-m17n/Makefile +++ b/textproc/fcitx-m17n/Makefile @@ -3,6 +3,7 @@ PORTNAME= fcitx-m17n PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Multilingualization support for Fcitx LICENSE= LGPL21 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libm17n.so:devel/m17n-lib |