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/scim-m17n | |
parent | 2ef3e8f8ccf6827d6fae3feea5de0cfcd3d3aa99 (diff) | |
download | freebsd-ports-graphics-883e13c0ad0389197ba977b18d3331246fa674fb.tar.gz freebsd-ports-graphics-883e13c0ad0389197ba977b18d3331246fa674fb.tar.zst freebsd-ports-graphics-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/scim-m17n')
-rw-r--r-- | textproc/scim-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index 5b9c078bae8..66d72b9d991 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -18,7 +18,7 @@ COMMENT= A SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim USE_GMAKE= yes |