aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-11-11 11:47:33 +0000
committerWen Heping <wen@FreeBSD.org>2018-11-11 11:47:33 +0000
commitd2ff71776c3a5f3c1d8a2d72d03208708f8ad25f (patch)
treebf1269c61802e33bafae611178af283a66121b09
parent43974ea389ed99c454e8dbbd3ec0b2739941a823 (diff)
downloadports-d2ff71776c3a5f3c1d8a2d72d03208708f8ad25f.tar.gz
ports-d2ff71776c3a5f3c1d8a2d72d03208708f8ad25f.zip
Notes
-rw-r--r--chinese/fcitx-chewing/Makefile2
-rw-r--r--chinese/fcitx-cloudpinyin/Makefile2
-rw-r--r--chinese/fcitx-rime/Makefile2
-rw-r--r--chinese/fcitx-sunpinyin/Makefile2
-rw-r--r--chinese/fcitx-table-extra/Makefile2
-rw-r--r--korean/fcitx-hangul/Makefile2
-rw-r--r--textproc/fcitx-m17n/Makefile2
7 files changed, 14 insertions, 0 deletions
diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile
index 801ed905340d..7c0bb1711d33 100644
--- a/chinese/fcitx-chewing/Makefile
+++ b/chinese/fcitx-chewing/Makefile
@@ -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
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile
index 7b94707cbb24..d1f3f37acef9 100644
--- a/chinese/fcitx-cloudpinyin/Makefile
+++ b/chinese/fcitx-cloudpinyin/Makefile
@@ -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
diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile
index 084ff8342f89..f86133d9edb0 100644
--- a/chinese/fcitx-rime/Makefile
+++ b/chinese/fcitx-rime/Makefile
@@ -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
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
diff --git a/chinese/fcitx-table-extra/Makefile b/chinese/fcitx-table-extra/Makefile
index c618eab4a2dc..f50b6d443ba7 100644
--- a/chinese/fcitx-table-extra/Makefile
+++ b/chinese/fcitx-table-extra/Makefile
@@ -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
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
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