Fix a typo in WITH_WNN7.
Spotted by: NAKAJI Hiroyuki PR: ports/128789
This commit is contained in:
parent
d08c0e27f7
commit
e5e8a36ae2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222742
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kinput2
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= japanese x11
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
@ -43,7 +43,7 @@ LIB_DEPENDS.WNN7= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
|
||||
CONF.WNN7= '\#define UseWnn' \
|
||||
'\#define UseWnn6' \
|
||||
WNNINCDIR=$(LOCALBASE)/include/wnn7/wnn \
|
||||
WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt"
|
||||
WNNLIB="-L$(LOCALBASE)/lib -lwnn7 -lcrypt"
|
||||
|
||||
LIB_DEPENDS.FREEWNN= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
|
||||
CONF.FREEWNN+= '\#define UseWnn' \
|
||||
|
Loading…
Reference in New Issue
Block a user