diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 19:41:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 19:41:56 +0000 |
commit | 787eae5596367cb646507d80272f046b181fad9d (patch) | |
tree | ab3cd2ed71f072b7dfeaf29b55dffd55c0549563 /japanese/kinput2 | |
parent | 6ebf977214da75859f7b296685d10e7dc972507b (diff) | |
download | pkgsrc-787eae5596367cb646507d80272f046b181fad9d.tar.gz |
silence pkglint
Diffstat (limited to 'japanese/kinput2')
-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 |