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 --- textproc/uim-gnome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/uim-gnome') diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 1b4f1d2bcc8d..5f936e2693dc 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} -- cgit