diff options
author | delphij <delphij@FreeBSD.org> | 2010-06-11 02:06:37 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-06-11 02:06:37 +0800 |
commit | 522f6d24e10b7376b6a32d455f611296123f0057 (patch) | |
tree | 5cd6642587423c70a43a0dedf467665610c0633f /textproc | |
parent | b84399b45b8ca2e23244846f42e700089c9259bb (diff) | |
download | freebsd-ports-gnome-522f6d24e10b7376b6a32d455f611296123f0057.tar.gz freebsd-ports-gnome-522f6d24e10b7376b6a32d455f611296123f0057.tar.zst freebsd-ports-gnome-522f6d24e10b7376b6a32d455f611296123f0057.zip |
Chase with ibus shilb change.
Submitted by: maintainer
PR: ports/147762
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-table/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 412c5427dd6d..8f02b5a2003c 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -7,7 +7,7 @@ PORTNAME= ibus-table PORTVERSION= 1.2.0.20091113 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -16,7 +16,7 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -LIB_DEPENDS= ibus.1:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= 2.5+ |