diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2010-06-11 09:01:52 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2010-06-11 09:01:52 +0000 |
commit | 675e03a1261a55c4e1375ed7dc4e79c3547bfc35 (patch) | |
tree | aad5c7899c7b8f6a31c487d9a7f6c55d2623f17a /japanese | |
parent | 6ffce26739d55eeeae23de9a8d74ce6d525f6c39 (diff) | |
download | ports-675e03a1261a55c4e1375ed7dc4e79c3547bfc35.tar.gz ports-675e03a1261a55c4e1375ed7dc4e79c3547bfc35.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-anthy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index c69cca9a3c89..b11d9b1c7c26 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -7,17 +7,17 @@ PORTNAME= ibus-anthy PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= daichi@freebsd.org COMMENT= Anthy engine for IBus -BUILD_DEPENDS= anthy-agent:${PORTSDIR}/japanese/anthy BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy -LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus +LIB_DEPENDS+= anthy.1:${PORTSDIR}/japanese/anthy \ + ibus.2:${PORTSDIR}/textproc/ibus +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify USE_GNOME= pygtk2 USE_PYTHON= yes |