diff options
author | taca <taca@pkgsrc.org> | 2005-02-13 10:07:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-02-13 10:07:40 +0000 |
commit | 10c5ee33b2d762ebe7ecc9a96ffae3236d16f442 (patch) | |
tree | 8b4715a426bec68baa2dff584ef84c13c09878ea /textproc | |
parent | c34e0781798821d2ae30badbf646b4126dae63b2 (diff) | |
download | pkgsrc-10c5ee33b2d762ebe7ecc9a96ffae3236d16f442.tar.gz |
Remove extra EXTRACT_ONLY. There is no need to here.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chasen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile index d751e38cf0e..6be00f24a52 100644 --- a/textproc/chasen/Makefile +++ b/textproc/chasen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/02/13 09:54:38 taca Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/13 10:07:40 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} @@ -13,7 +13,6 @@ COMMENT= ChaSen, Japanese Morphological Analysis System DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic -EXTRACT_ONLY= yes NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes |