diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-09 17:50:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-09 17:50:46 +0800 |
commit | 5fd4ad4d186113f87f45f8aa50c4fa396be20b4f (patch) | |
tree | 517815450395653cf608cf01f55f18bba64cb562 /textproc | |
parent | 419039a36bebe51bd93f8b76c718f9b0d36f14bc (diff) | |
download | freebsd-ports-gnome-5fd4ad4d186113f87f45f8aa50c4fa396be20b4f.tar.gz freebsd-ports-gnome-5fd4ad4d186113f87f45f8aa50c4fa396be20b4f.tar.zst freebsd-ports-gnome-5fd4ad4d186113f87f45f8aa50c4fa396be20b4f.zip |
- Add missing dependency
PR: 138611
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-m17n/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index 23a0a5c32c4a..2cc9ab4f4314 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -7,6 +7,7 @@ PORTNAME= ibus-m17n PORTVERSION= 1.1.0.20090211 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -14,7 +15,8 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= The m17n IMEngine for IBus framework -LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= ibus.0:${PORTSDIR}/textproc/ibus \ + m17n.3:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus PROJECTHOST= ibus |