diff options
author | taca <taca> | 2005-02-13 10:07:40 +0000 |
---|---|---|
committer | taca <taca> | 2005-02-13 10:07:40 +0000 |
commit | fe2983bb53086410d1cec753fff08e0e23035455 (patch) | |
tree | 8b4715a426bec68baa2dff584ef84c13c09878ea /textproc/chasen | |
parent | c4714613ce1aa785aa9c2159c13c7922d954f253 (diff) | |
download | pkgsrc-fe2983bb53086410d1cec753fff08e0e23035455.tar.gz |
Remove extra EXTRACT_ONLY. There is no need to here.
Diffstat (limited to 'textproc/chasen')
-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 |