aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chinese/iiimf-le-newpy/Makefile1
-rw-r--r--chinese/iiimf-le-ude/Makefile1
-rw-r--r--japanese/iiimf-le-canna/Makefile1
-rw-r--r--japanese/iiimf-le-freewnn/Makefile4
-rw-r--r--textproc/iiimf-client-lib/Makefile1
-rw-r--r--textproc/iiimf-csconv/Makefile1
-rw-r--r--textproc/iiimf-gnome-im-switcher/Makefile1
-rw-r--r--textproc/iiimf-gtk/Makefile1
-rw-r--r--textproc/iiimf-headers/Makefile1
-rw-r--r--textproc/iiimf-le-unit/Makefile1
-rw-r--r--textproc/iiimf-protocol-lib/Makefile1
-rw-r--r--textproc/iiimf-server/Makefile1
-rw-r--r--textproc/iiimf-x-lib/Makefile1
-rw-r--r--textproc/iiimf-x/Makefile1
14 files changed, 16 insertions, 1 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile
index c2c718ea388a..5193ab6de30c 100644
--- a/chinese/iiimf-le-newpy/Makefile
+++ b/chinese/iiimf-le-newpy/Makefile
@@ -19,6 +19,7 @@ COMMENT= IIIMF New PinYin input method engine
RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile
index 6e5a7f7c0885..056f02b2c6bd 100644
--- a/chinese/iiimf-le-ude/Makefile
+++ b/chinese/iiimf-le-ude/Makefile
@@ -19,6 +19,7 @@ COMMENT= IIIMF User Defined language Engine for Simplified Chinese conversion
RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile
index 6446d541534b..0f9caca8a7ef 100644
--- a/japanese/iiimf-le-canna/Makefile
+++ b/japanese/iiimf-le-canna/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= canna16.1:${PORTSDIR}/japanese/Canna
RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_ICONV= yes
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/japanese/iiimf-le-freewnn/Makefile b/japanese/iiimf-le-freewnn/Makefile
index baf5de97a770..968036fa860e 100644
--- a/japanese/iiimf-le-freewnn/Makefile
+++ b/japanese/iiimf-le-freewnn/Makefile
@@ -17,9 +17,11 @@ MAINTAINER= daichi@freebsd.org
COMMENT= FreeWnn language engine for IIIMF
LIB_DEPENDS= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
-RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
+RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server \
+ ${LOCALBASE}/bin/Wnn4/jserver:${PORTSDIR}/japanese/FreeWnn-server
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_ICONV= yes
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile
index c166b3bcd397..ed494d89d5bd 100644
--- a/textproc/iiimf-client-lib/Makefile
+++ b/textproc/iiimf-client-lib/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib
IIIMF_VER= r12_1-svn2002
INSTALLS_SHLIB= yes
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile
index fd6bbd648a50..43c16910b154 100644
--- a/textproc/iiimf-csconv/Makefile
+++ b/textproc/iiimf-csconv/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= kcwu@csie.org
COMMENT= Internet/Intranet Input Method Framework encoding convert library
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_ICONV= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/textproc/iiimf-gnome-im-switcher/Makefile b/textproc/iiimf-gnome-im-switcher/Makefile
index 03dc774c4d6e..1e677cd51644 100644
--- a/textproc/iiimf-gnome-im-switcher/Makefile
+++ b/textproc/iiimf-gnome-im-switcher/Makefile
@@ -19,6 +19,7 @@ COMMENT= IIIMF gnome input method switcher
USE_X_PREFIX= yes
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool gconf2 libglade2 libgnomeui \
diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile
index 596683456294..ece92b38bb2d 100644
--- a/textproc/iiimf-gtk/Makefile
+++ b/textproc/iiimf-gtk/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \
USE_X_PREFIX= yes
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool gtk20
diff --git a/textproc/iiimf-headers/Makefile b/textproc/iiimf-headers/Makefile
index fdf626b6f1e5..dc6d8f779a6f 100644
--- a/textproc/iiimf-headers/Makefile
+++ b/textproc/iiimf-headers/Makefile
@@ -18,6 +18,7 @@ COMMENT= Header files for Internet/Intranet Input Method Framework
IIIMF_VER= r12_1-svn2002
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
+USE_BZIP2= yes
NO_BUILD= yes
do-install:
diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile
index 7eced22160da..1be2521c681a 100644
--- a/textproc/iiimf-le-unit/Makefile
+++ b/textproc/iiimf-le-unit/Makefile
@@ -20,6 +20,7 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
RUN_DEPENDS= ${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_ICONV= yes
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile
index edf273495e99..16ffcec2a600 100644
--- a/textproc/iiimf-protocol-lib/Makefile
+++ b/textproc/iiimf-protocol-lib/Makefile
@@ -18,6 +18,7 @@ COMMENT= Internet/Intranet Input Method Framework protocol library
IIIMF_VER= r12_1-svn2002
INSTALLS_SHLIB= yes
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile
index 4c372edad3b5..122b2e35ebc6 100644
--- a/textproc/iiimf-server/Makefile
+++ b/textproc/iiimf-server/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib
IIIMF_VER= r12_1-svn2002
USE_RC_SUBR= htt.sh
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool pkgconfig libxml2
diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile
index fbd7d5d699ce..047003f3ef0c 100644
--- a/textproc/iiimf-x-lib/Makefile
+++ b/textproc/iiimf-x-lib/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \
RUN_DEPENDS= ${LOCALBASE}/lib/im/csconv/csconv.so:${PORTSDIR}/textproc/iiimf-csconv
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile
index 532538a31a56..94a59584e382 100644
--- a/textproc/iiimf-x/Makefile
+++ b/textproc/iiimf-x/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \
RUN_DEPENDS= ${LOCALBASE}/lib/im/xiiimp.so:${PORTSDIR}/textproc/iiimf-x-lib
IIIMF_VER= r12_1-svn2002
+USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= intltool