From ff4922ac5db7d1debba3404d4a391a336c538b69 Mon Sep 17 00:00:00 2001 From: daichi Date: Thu, 30 Apr 2009 03:14:27 +0000 Subject: miss used dependency fixed Reviewed by: nork --- japanese/ibus-anthy/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 78a6fc1b9923..b2f741f980d1 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -13,10 +13,9 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= daichi@freebsd.org COMMENT= Anthy engine for IBus -BUILD_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - swig:${PORTSDIR}/devel/swig13 -RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - anthy.1:${PORTSDIR}/japanese/anthy +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy +RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus USE_GNOME= pygtk2 USE_GETTEXT= yes -- cgit