diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-11-30 16:32:14 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-11-30 16:32:14 +0000 |
commit | b2f9d34f45e8ae0a31b503ea95efe64ab29cf986 (patch) | |
tree | 2203d0e59758d7e5b88b2e30ffc39e28ae3e9aab /x11/mlterm | |
parent | ce5d6d176718c4bfc1e8c16c1fc75ba835850707 (diff) |
Notes
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 237a7af2d322..d4ea26b94328 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -39,7 +39,7 @@ LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi .if defined(WITH_UIM) CONFIGURE_ARGS+= --enable-uim MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib -LIB_DEPENDS+= uim.0:${PORTSDIR}/japanese/uim +LIB_DEPENDS+= uim.0:${PORTSDIR}/textproc/uim PLIST_SUB+= UIM="" .else PLIST_SUB+= UIM="@comment " |