diff options
Diffstat (limited to 'textproc/chasen/Makefile')
-rw-r--r-- | textproc/chasen/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile index 23cc54417e3..d751e38cf0e 100644 --- a/textproc/chasen/Makefile +++ b/textproc/chasen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/05/06 13:35:19 taca Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/13 09:54:38 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} @@ -13,10 +13,10 @@ COMMENT= ChaSen, Japanese Morphological Analysis System DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic -EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +EXTRACT_ONLY= yes +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes do-install: # empty |