aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-28 17:23:02 +0800
committermiwi <miwi@FreeBSD.org>2008-02-28 17:23:02 +0800
commitef24f785d072980b4df5a5f60259f348c7928849 (patch)
tree5de591df011df93b8c651d67c461f398065fe652
parent7ca6781b9d6092bd911bb706ca45c20871f89426 (diff)
downloadfreebsd-ports-gnome-ef24f785d072980b4df5a5f60259f348c7928849.tar.gz
freebsd-ports-gnome-ef24f785d072980b4df5a5f60259f348c7928849.tar.zst
freebsd-ports-gnome-ef24f785d072980b4df5a5f60259f348c7928849.zip
- Chase m17n-* libversion bump
-rw-r--r--textproc/scim-m17n/Makefile4
-rw-r--r--x11/mlterm/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile
index 267d7569ba4f..475ebe41b286 100644
--- a/textproc/scim-m17n/Makefile
+++ b/textproc/scim-m17n/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scim-m17n
PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF
MASTER_SITE_SUBDIR=scim
@@ -16,7 +16,7 @@ MAINTAINER= relaxbsd@gmail.com
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS= m17n.2:${PORTSDIR}/devel/m17n-lib
+LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
USE_GMAKE= yes
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