- Fix build by adding bash as BUILD_DEPENDS
PR: 231612 Submitted by: wen@ Approved by: maintainer
This commit is contained in:
parent
43974ea389
commit
d2ff71776c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484688
7 changed files with 14 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fcitx-chewing
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
||||
DIST_SUBDIR= fcitx
|
||||
|
@ -12,6 +13,7 @@ COMMENT= Chewing support for Fcitx
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
||||
libchewing.so:chinese/libchewing
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fcitx-cloudpinyin
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
||||
DIST_SUBDIR= fcitx
|
||||
|
@ -12,6 +13,7 @@ COMMENT= Cloud-based Pinyin module for Fcitx
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fcitx-rime
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
||||
DIST_SUBDIR= fcitx
|
||||
|
@ -12,6 +13,7 @@ COMMENT= RIME support for Fcitx
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
||||
librime.so:chinese/librime
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:chinese/brise
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fcitx-table-extra
|
||||
PORTVERSION= 0.3.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
||||
DIST_SUBDIR= fcitx
|
||||
|
@ -12,6 +13,7 @@ COMMENT= Table-based input methods for Fcitx
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx
|
||||
|
||||
USES= tar:xz cmake gettext
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue