- 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
This commit is contained in:
Daichi GOTO 2010-06-11 09:01:52 +00:00
parent 6ffce26739
commit 675e03a126
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256367

View File

@ -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