aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-11-11 15:54:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-11-11 15:54:37 +0000
commite5e8a36ae28aca1851008d3bac7e89014249f82a (patch)
treea41c2140f2d4c2ae728e774d07e747ec7f229a3b /japanese
parentd08c0e27f7b7dded88df6c21f224b082ae666f2c (diff)
downloadports-e5e8a36ae28aca1851008d3bac7e89014249f82a.tar.gz
ports-e5e8a36ae28aca1851008d3bac7e89014249f82a.zip
Fix a typo in WITH_WNN7.
Spotted by: NAKAJI Hiroyuki PR: ports/128789
Notes
Notes: svn path=/head/; revision=222742
Diffstat (limited to 'japanese')
-rw-r--r--japanese/kinput2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 8ba0b99f8eaf..aa7992f3f3b3 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -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' \