aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-12-03 17:56:59 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-12-03 17:56:59 +0800
commit3fd22b314c65e6cf5b2eb9181e4e210a61117cbe (patch)
tree85e6e2561c2bc80519b2f33d706561840cf7ac97 /x11
parent1c9ea313cb15efe0b95d9a851faae3ba2303c260 (diff)
downloadfreebsd-ports-gnome-3fd22b314c65e6cf5b2eb9181e4e210a61117cbe.tar.gz
freebsd-ports-gnome-3fd22b314c65e6cf5b2eb9181e4e210a61117cbe.tar.zst
freebsd-ports-gnome-3fd22b314c65e6cf5b2eb9181e4e210a61117cbe.zip
Correct libuim version in LIB_DEPENDS to fix build error with WITH_UIM.
PR: ports/105903 Submitted by: mitsuru@riken.jp
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 8e38751d9ae4..2b47ae01f044 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-fribidi
.if defined(WITH_UIM)
CONFIGURE_ARGS+= --enable-uim
MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib
-LIB_DEPENDS+= uim.2:${PORTSDIR}/textproc/uim
+LIB_DEPENDS+= uim.3:${PORTSDIR}/textproc/uim
PLIST_SUB+= UIM=""
.else
CONFIGURE_ARGS+= --disable-uim