summaryrefslogtreecommitdiff
path: root/japanese/kinput2/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-17 15:11:15 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-17 15:11:15 +0000
commitd11c0962f6062facb4343f8be866d6fa0c2c71f1 (patch)
treeec5d594dc28ebfaca83c3f06031adaddc368e6e3 /japanese/kinput2/Makefile
parentUpdate port to 1.2.2 (diff)
(1) Used MAN1=kinput2.1 (on XFree86-4, erata file kinput2.1.html is created)
Obtained from: bento Pointed out: asami (2) Fixed to change from $(LOCALBASE)/include/wnn to $(LOCALBASE)/include/wnn6/wnn for japanese/Wnn6-lib (I am going to commit the change for Wnn6-lib as soon as possible)
Notes
Notes: svn path=/head/; revision=32764
Diffstat (limited to 'japanese/kinput2/Makefile')
-rw-r--r--japanese/kinput2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index fbaef97db67f..73bf95a372b0 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -20,6 +20,7 @@ BUILD_DEPENDS= ${BUILD_INPUT_METHOD}
PATCHDIR= ${.CURDIR}/../kinput2-freewnn/patches
FILESDIR= ${.CURDIR}/../kinput2-freewnn/files
USE_IMAKE= yes
+MAN1= kinput2.1
.if !defined(CANNA) && !defined(SJ3) && !defined(FREEWNN) && !defined(WNN6)
# For this port
@@ -48,7 +49,7 @@ KINPUT2_DEF+= -DUseWnn -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn \
.elif defined(WNN6)
INPUT_METHOD+= wnn6
LIB_INPUT_METHOD+= wnn6.1:${PORTSDIR}/japanese/Wnn6-lib
-KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn \
+KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn6/wnn \
-Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt"
.endif
#