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 /x11 | |
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 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index ed166140102f..4d5f7f250f6c 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlterm PORTVERSION= 2.9.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01%20release/${PORTNAME}-${PORTVERSION} @@ -55,7 +55,7 @@ PLIST_SUB+= UIM="@comment " .if defined(WITH_M17NLIB) CONFIGURE_ARGS+= --enable-m17nlib MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib -LIB_DEPENDS+= m17n.3:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS+= m17n.4:${PORTSDIR}/devel/m17n-lib PLIST_SUB+= M17NLIB="" .else CONFIGURE_ARGS+= --disable-m17nlib |