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 /korean | |
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 'korean')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index 82f7a2d8fdd8..f3d57d0118a7 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -3,6 +3,7 @@ PORTNAME= fcitx-hangul PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Hangul support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libhangul.so:korean/libhangul |