diff options
author | schwarz <schwarz> | 2006-02-25 16:53:16 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-02-25 16:53:16 +0000 |
commit | 905234ec893797a3e93b18e4eeae7e8ccb8a1a35 (patch) | |
tree | c2d48f7a54872391129beab9e2ebb0b632200a3f /textproc | |
parent | 063c94f8115588fa679945a2487993dd79562090 (diff) | |
download | pkgsrc-905234ec893797a3e93b18e4eeae7e8ccb8a1a35.tar.gz |
corrected a typo
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chasen-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile index 85f865b039b..b2f5958e830 100644 --- a/textproc/chasen-base/Makefile +++ b/textproc/chasen-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/29 06:22:19 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/02/25 16:53:16 schwarz Exp $ # DISTNAME= chasen-${CHASEN_VERSION} @@ -16,7 +16,7 @@ HOMEPAGE= http://chasen.aist-nara.ac.jp/ COMMENT= ChaSen, Japanese Morphological Analysis System GNU_CONFIGURE= yes -USE_LANGUAGE= c c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes OWN_DIRS= ${CHASEN_DICDIR} |