diff options
author | daichi <daichi@FreeBSD.org> | 2009-04-30 11:14:27 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2009-04-30 11:14:27 +0800 |
commit | ff4922ac5db7d1debba3404d4a391a336c538b69 (patch) | |
tree | 6c7819b35da3bd5a58dbf8289bc4af70dcffc37c | |
parent | ffe8666944dffc4738e37393c6457088e7548fe0 (diff) | |
download | freebsd-ports-gnome-ff4922ac5db7d1debba3404d4a391a336c538b69.tar.gz freebsd-ports-gnome-ff4922ac5db7d1debba3404d4a391a336c538b69.tar.zst freebsd-ports-gnome-ff4922ac5db7d1debba3404d4a391a336c538b69.zip |
miss used dependency fixed
Reviewed by: nork
-rw-r--r-- | japanese/ibus-anthy/Makefile | 7 |
1 files 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 |