diff options
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index 538b273a30cd..e771a43b8ea8 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -17,7 +17,7 @@ COMMENT= UIM helper program for Tomoe LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk \ - uim.4:${PORTSDIR}/textproc/uim + uim.5:${PORTSDIR}/textproc/uim USE_GNOME= lthack gtk20 USE_XLIB= yes diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index b29db7d10094..331c065d8c0b 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --disable-fribidi .if defined(WITH_UIM) CONFIGURE_ARGS+= --enable-uim MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib -LIB_DEPENDS+= uim.4:${PORTSDIR}/textproc/uim +LIB_DEPENDS+= uim.5:${PORTSDIR}/textproc/uim PLIST_SUB+= UIM="" .else CONFIGURE_ARGS+= --disable-uim |