diff options
author | wiz <wiz> | 2000-02-05 19:41:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 19:41:56 +0000 |
commit | bffd5d15318d3bf1ddc1c68e037b05dc8c81f8ea (patch) | |
tree | ab3cd2ed71f072b7dfeaf29b55dffd55c0549563 /japanese | |
parent | 4d3e8d40d2242b658c6e7531b788f20da5d03d40 (diff) | |
download | pkgsrc-bffd5d15318d3bf1ddc1c68e037b05dc8c81f8ea.tar.gz |
silence pkglint
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kinput2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index fa74b317ef6..7e970407682 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/08 09:02:55 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/05 19:41:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $ DISTNAME= kinput2-v3 @@ -28,7 +28,7 @@ KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${LOCALBASE}/include \ #.if defined(USE_WNN6) && ${USE_WNN6} == YES #DEPENDS+= -#KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn \ +#KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=${LOCALBASE}/include/wnn \ # -Dport_WNNLIB="${LDFLAGS} -lwnn6 -lcrypt" #.elif (!defined(USE_WNN4) || ${USE_WNN4} == YES) .if !defined(USE_WNN4) || ${USE_WNN4} == YES |