diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 16:51:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 16:51:32 +0000 |
commit | ae20800b22598d2644b746a858efa20079b195e5 (patch) | |
tree | f15c759e1bf892ffa29d87c76e08b0d5d0fd5ebd /inputmethod | |
parent | 1156648a33ad86f71dcc8981fdd52540f3b72420 (diff) | |
download | pkgsrc-ae20800b22598d2644b746a858efa20079b195e5.tar.gz |
Fixed pkglint warning.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/skkfep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/skkfep/Makefile b/inputmethod/skkfep/Makefile index e0d71233382..5e84a8954fa 100644 --- a/inputmethod/skkfep/Makefile +++ b/inputmethod/skkfep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 16:51:32 rillig Exp $ DISTNAME= skkfep0.86c PKGNAME= skkfep-0.86c @@ -12,7 +12,7 @@ COMMENT= Terminal based SKK-like Kana-to-Kanji FrontEnd Processor BUILD_DEFS+= USE_INET6 WRKSRC= ${WRKDIR}/skkfep -NO_CONFIGURE= # defined +NO_CONFIGURE= yes MAKE_ENV= MAKE_FLAGS='EXECBASE=${LOCALBASE} CC=${CC}' DESCR_SRC= ${WRKDIR}/DESCR |