summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2010-06-11 09:01:52 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2010-06-11 09:01:52 +0000
commit675e03a1261a55c4e1375ed7dc4e79c3547bfc35 (patch)
treeaad5c7899c7b8f6a31c487d9a7f6c55d2623f17a /japanese
parent- add devel/py-notify to RUN_DEPENDS to get run (diff)
- fix a wrong depend: (thanks pgollucci).
- add devel/py-notify to RUN_DEPENDS to get run system tray feature with ibus 1.3.*. Pointed out by: pgollucci
Notes
Notes: svn path=/head/; revision=256367
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ibus-anthy/Makefile8
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