mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Correct libuim version in LIB_DEPENDS to fix build error with WITH_UIM.
PR: ports/105903 Submitted by: mitsuru@riken.jp
This commit is contained in:
parent
b9d9775c36
commit
fdda1549b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178664
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue