diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2009-04-30 03:14:27 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2009-04-30 03:14:27 +0000 |
commit | 56d27e8d582697a3230b9f872d61c4711682edab (patch) | |
tree | ea0c33067190a843addb19004fc1da4357cf4414 /japanese/ibus-anthy | |
parent | 6e1c6aed5d82b3963311899c2aa55c53d41ac9c1 (diff) |
Notes
Diffstat (limited to 'japanese/ibus-anthy')
-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 |