From 8985e4808c68f8d4a73f48bc493a899f9dadc136 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Mon, 26 Jun 2006 16:46:51 +0000 Subject: Change the dependency on textproc/uim to LIB_DEPENDS to fix package building errors. Reported by: linimon --- japanese/uim-anthy/Makefile | 4 ++-- japanese/uim-canna/Makefile | 4 ++-- japanese/uim-prime/Makefile | 2 +- textproc/uim-gnome/Makefile | 2 +- textproc/uim-gtk/Makefile | 2 +- textproc/uim-m17nlib/Makefile | 4 ++-- textproc/uim-qt/Makefile | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index e0354ed..051f4c1 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 b7de9c5..1b5ea55 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 06923b2..21a1f0c 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 diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 1b4f1d2..5f936e2 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gnome COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index 7f56ed7..98aec34 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method USE_GNOME= gtk20 -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 18a6483..45a64fe 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -m17nlib COMMENT= Uim plugin using m17n library input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim -LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib \ + uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index d73050a..a7a6d96 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -qt COMMENT= QT modules of uim input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim -LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 +LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 \ + uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} -- cgit v1.1