diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-11-11 11:47:33 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-11-11 11:47:33 +0000 |
commit | d2ff71776c3a5f3c1d8a2d72d03208708f8ad25f (patch) | |
tree | bf1269c61802e33bafae611178af283a66121b09 /chinese/fcitx-sunpinyin | |
parent | graphics/klatexformula: (diff) |
- Fix build by adding bash as BUILD_DEPENDS
PR: 231612
Submitted by: wen@
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=484688
Diffstat (limited to 'chinese/fcitx-sunpinyin')
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index e0ecab00e927..906a42b065cb 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -3,6 +3,7 @@ PORTNAME= fcitx-sunpinyin PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= SunPinyin support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libsunpinyin.so:chinese/sunpinyin |