diff options
Diffstat (limited to 'x11/mlterm')
-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 |