diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
commit | e929aea23c678404413a50eb73c457b8960438e1 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /japanese | |
parent | 149be67400eb8cd7ef5777241693267dc5e74076 (diff) | |
download | ports-e929aea23c678404413a50eb73c457b8960438e1.tar.gz ports-e929aea23c678404413a50eb73c457b8960438e1.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kinput2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index afdcd779ef7f..336766b07200 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFAULT=CANNA FREEWNN SJ3 TCP_DESC= TCP transport support (not needed for most cases) CANNA_DESC= Canna support -CANNA_LIB_DEPENDS= libcanna16.so:japanese/canna-lib +CANNA_LIB_DEPENDS= libcanna16.so:japanese/canna-lib CANNA_CONF= '\#define UseCanna' \ CANNASRC=${LOCALBASE}/include \ CANNALIB="-L${LOCALBASE}/lib -lcanna16" |