diff options
author | wen <wen@FreeBSD.org> | 2010-05-03 14:41:03 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-03 14:41:03 +0800 |
commit | 883e13c0ad0389197ba977b18d3331246fa674fb (patch) | |
tree | 5ced648e98c519c682d63f039d22d8c5349f4434 /textproc/uim-m17nlib | |
parent | 2ef3e8f8ccf6827d6fae3feea5de0cfcd3d3aa99 (diff) | |
download | freebsd-ports-gnome-883e13c0ad0389197ba977b18d3331246fa674fb.tar.gz freebsd-ports-gnome-883e13c0ad0389197ba977b18d3331246fa674fb.tar.zst freebsd-ports-gnome-883e13c0ad0389197ba977b18d3331246fa674fb.zip |
- Bump PORTREVISION to chase the update of m17n-lib
PR: ports/146249
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
Diffstat (limited to 'textproc/uim-m17nlib')
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 60ad048f1b3b..519f4e81f9cf 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -m17nlib COMMENT= Uim plugin using m17n library input method BUILD_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db -LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib \ +LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib \ uim.6:${PORTSDIR}/textproc/uim RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db |