diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2010-06-11 09:01:39 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2010-06-11 09:01:39 +0000 |
commit | 6ffce26739d55eeeae23de9a8d74ce6d525f6c39 (patch) | |
tree | daf053c110dfddcb06b37689636f6c7794d328d2 /japanese/ibus-mozc | |
parent | d7ae2000953aa43e9f431dfa7f04825c3ebeadef (diff) | |
download | ports-6ffce26739d55eeeae23de9a8d74ce6d525f6c39.tar.gz ports-6ffce26739d55eeeae23de9a8d74ce6d525f6c39.zip |
Notes
Diffstat (limited to 'japanese/ibus-mozc')
-rw-r--r-- | japanese/ibus-mozc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index ba62295b6a60..05bb5cf41e27 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ibus-mozc PORTVERSION= r28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/ #MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -24,7 +24,8 @@ LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus \ curl.6:${PORTSDIR}/ftp/curl \ protobuf.6:${PORTSDIR}/devel/protobuf \ gtest.0:${PORTSDIR}/devel/googletest -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify BROKEN= does not compile |