diff options
author | taca <taca> | 2001-04-17 13:36:46 +0000 |
---|---|---|
committer | taca <taca> | 2001-04-17 13:36:46 +0000 |
commit | 9464e17f9069eec14a5015098d6b5ab90523a585 (patch) | |
tree | c09930e59ccdd23206267d5af59e7ad018077485 | |
parent | 90322120ab8291ba3279cedc0cfd550223b97d3d (diff) | |
download | pkgsrc-9464e17f9069eec14a5015098d6b5ab90523a585.tar.gz |
Change from BUILD_DEPENDS chaseb-base to DEPENDS since ipadic uses
directories created by chasen-base.
-rw-r--r-- | japanese/ipadic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ipadic/Makefile b/japanese/ipadic/Makefile index 5d16e37b64b..0df8caf5f4a 100644 --- a/japanese/ipadic/Makefile +++ b/japanese/ipadic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/04/13 14:54:07 kei Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/17 13:36:46 taca Exp $ # DISTNAME= ipadic-2.4.4 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://chasen.aist-nara.ac.jp/ COMMENT= Japanese Morphological Dictionary for ChaSen -BUILD_DEPENDS= chasen-base>=2.2.5:../../japanese/chasen-base +DEPENDS= chasen-base>=2.2.5:../../japanese/chasen-base GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |