diff options
Diffstat (limited to 'textproc/chasen')
-rw-r--r-- | textproc/chasen/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile index d099919b902..eda26270e43 100644 --- a/textproc/chasen/Makefile +++ b/textproc/chasen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/10/25 22:01:06 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/06 15:45:12 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} @@ -10,17 +10,10 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://chasen-legacy.sourceforge.jp/ COMMENT= meta package of ChaSen, Japanese Morphological Analysis System +META_PACKAGE= yes + DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -PKG_DESTDIR_SUPPORT= user-destdir - -do-install: # empty - .include "Makefile.common" .include "../../mk/bsd.pkg.mk" |