diff options
author | wiz <wiz> | 2002-06-12 01:46:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-12 01:46:42 +0000 |
commit | 651cd5c4b86feba37972bf2d0d58db1debf1b3ef (patch) | |
tree | d71ea37ed1b4140524599218bf8243b78d065a73 /inputmethod | |
parent | fde26f9bdfc4dff808bb210fc1925fa75be81b05 (diff) | |
download | pkgsrc-651cd5c4b86feba37972bf2d0d58db1debf1b3ef.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 |