summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-26 16:46:51 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-26 16:46:51 +0000
commit2cbea396c750dc50414720135411a919dc48ec39 (patch)
tree20850d13f8ac5ad5116d11dfa4750b483a1a2744 /japanese
parentThis is a simple plugin to automatically turn on SSL security during (diff)
Change the dependency on textproc/uim to LIB_DEPENDS to fix package building errors.
Reported by: linimon
Notes
Notes: svn path=/head/; revision=166379
Diffstat (limited to 'japanese')
-rw-r--r--japanese/uim-anthy/Makefile4
-rw-r--r--japanese/uim-canna/Makefile4
-rw-r--r--japanese/uim-prime/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile
index e0354edc3e7b..051f4c12f299 100644
--- a/japanese/uim-anthy/Makefile
+++ b/japanese/uim-anthy/Makefile
@@ -12,8 +12,8 @@ COMMENT= Uim plugin using Anthy input method
USE_GNOME= gtk20
-RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim
-LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy
+LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \
+ uim.2:${PORTSDIR}/textproc/uim
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile
index b7de9c54755c..1b5ea55a452c 100644
--- a/japanese/uim-canna/Makefile
+++ b/japanese/uim-canna/Makefile
@@ -10,8 +10,8 @@ PKGNAMESUFFIX= -canna
COMMENT= Uim plugin using Canna input method
-RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim
-LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna
+LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna \
+ uim.2:${PORTSDIR}/textproc/uim
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile
index 06923b2e14cf..21a1f0c5cf09 100644
--- a/japanese/uim-prime/Makefile
+++ b/japanese/uim-prime/Makefile
@@ -10,8 +10,8 @@ PKGNAMESUFFIX= -prime
COMMENT= Uim plugin using PRIME input method
-RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim
BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime
+LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim
RUN_DEPENDS+= ${BUILD_DEPENDS}
MASTERDIR= ${.CURDIR}/../../textproc/uim