diff options
author | daichi <daichi@FreeBSD.org> | 2010-06-11 17:01:52 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2010-06-11 17:01:52 +0800 |
commit | 56c7a493a5b13e2733761da8d72d726d7e9f53fb (patch) | |
tree | d8b5a1aedaa4953e7efa80a82e48a9394c9a60f0 /japanese/ibus-anthy | |
parent | ff862f0e35dd1eedf71dd878fa859a158a9414fd (diff) | |
download | freebsd-ports-gnome-56c7a493a5b13e2733761da8d72d726d7e9f53fb.tar.gz freebsd-ports-gnome-56c7a493a5b13e2733761da8d72d726d7e9f53fb.tar.zst freebsd-ports-gnome-56c7a493a5b13e2733761da8d72d726d7e9f53fb.zip |
- 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
Diffstat (limited to 'japanese/ibus-anthy')
-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 |