When WITH_UIM is defined, x11/mlterm build tries to install uim even if uim is already installed. As uim-1.2.1 has libuim.so.3, not libuim.so.2, LIB_DEPENDS in the Makefile of x11/mlterm should be uim.3 instead of uim.2. How-To-Repeat: make WITH_UIM=yes in x11/mlterm
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer
nobutaka 2006-12-03 09:56:59 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile Log: Correct libuim version in LIB_DEPENDS to fix build error with WITH_UIM. PR: ports/105903 Submitted by: mitsuru@riken.jp Revision Changes Path 1.38 +1 -1 ports/x11/mlterm/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!