diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-12 01:46:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-12 01:46:42 +0000 |
commit | 303f2de7a8b262d77c099461802ce6cbb3205e08 (patch) | |
tree | d71ea37ed1b4140524599218bf8243b78d065a73 /inputmethod | |
parent | e5c6297e61082d47b5e90b3cc8f7fe3e80766407 (diff) | |
download | pkgsrc-303f2de7a8b262d77c099461802ce6cbb3205e08.tar.gz |
Fix path to freewnn-lib (it's ja-freewnn-lib).
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/kinput2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile index 21cf9da3018..cb6c3ea7954 100644 --- a/inputmethod/kinput2/Makefile +++ b/inputmethod/kinput2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/06/10 11:53:54 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/12 01:46:42 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $ DISTNAME= kinput2-v3 @@ -33,7 +33,7 @@ KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${BUILDLINK_DIR}/include \ # -Dport_WNNLIB="${LDFLAGS} -lwnn6 -lcrypt" #.elif (!defined(USE_WNN4) || ${USE_WNN4} == YES) .if !defined(USE_WNN4) || ${USE_WNN4} == YES -.include "../../inputmethod/freewnn-lib/buildlink.mk" +.include "../../inputmethod/ja-freewnn-lib/buildlink.mk" KINPUT2_DEF+= -DUseWnn -Dport_WNNINCDIR=${BUILDLINK_DIR}/include/wnn \ -Dport_WNNLIB="${LDFLAGS} -lwnn -lcrypt" PLIST_SRC+= ${PKGDIR}/PLIST-freewnn |