summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 09:23:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 09:23:02 +0000
commit45b8681f4aace34556751860d409da531cd0f29e (patch)
tree2ed30c966d580984d7061cb72d3ef8dffae8239d /x11
parent- Update to 1.5.1 (diff)
- Chase m17n-* libversion bump
Notes
Notes: svn path=/head/; revision=208060
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 8b618207b1aa..3bc95222d624 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mlterm
PORTVERSION= 2.9.4
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -54,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.2:${PORTSDIR}/devel/m17n-lib
+LIB_DEPENDS+= m17n.3:${PORTSDIR}/devel/m17n-lib
PLIST_SUB+= M17NLIB=""
.else
CONFIGURE_ARGS+= --disable-m17nlib