diff options
Diffstat (limited to 'japanese')
-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 |