summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 05:29:37 +0000
committerjlam <jlam>2001-09-09 05:29:37 +0000
commit6fcffa6cd5012ec5d532f24824aad04e0ef08dfc (patch)
treefd5b732886c195439aa81c5e9f9a3b0a257b7260 /japanese
parent2eaf81906e5aea0900b8bc57e857eef76918e064 (diff)
downloadpkgsrc-6fcffa6cd5012ec5d532f24824aad04e0ef08dfc.tar.gz
The chasen meta-package should at least depend on a similarly versioned
chasen-base package.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/chasen/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/japanese/chasen/Makefile b/japanese/chasen/Makefile
index b88cfaa43dc..7306e2d195f 100644
--- a/japanese/chasen/Makefile
+++ b/japanese/chasen/Makefile
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.8 2001/04/27 06:13:27 taca Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/09 05:29:37 jlam Exp $
#
-DISTNAME= chasen-${CHASEN_VERSION}
-CATEGORIES= japanese
-MASTER_SITES= # empty
-DISTFILES= # empty
+DISTNAME= chasen-${CHASEN_VERSION}
+CATEGORIES= japanese
+MASTER_SITES= # empty
+DISTFILES= # empty
-MAINTAINER= tech-pkg-ja@jp.netbsd.org
-HOMEPAGE= http://chasen.aist-nara.ac.jp/
-COMMENT= ChaSen, Japanese Morphological Analysis System
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://chasen.aist-nara.ac.jp/
+COMMENT= ChaSen, Japanese Morphological Analysis System
-DEPENDS+= chasen-base>=2.2.1:../../japanese/chasen-base
-DEPENDS+= ipadic>=2.4.1:../../japanese/ipadic
+DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../japanese/chasen-base
+DEPENDS+= ipadic>=2.4.1:../../japanese/ipadic
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= # defined
-NO_PATCH= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= # defined
+NO_PATCH= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
-do-install: # empty
+do-install: # empty
.include "../chasen-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"