diff options
author | taca <taca> | 2008-01-06 15:45:12 +0000 |
---|---|---|
committer | taca <taca> | 2008-01-06 15:45:12 +0000 |
commit | 0249db45d533d02b40548c2eaaafa8d86b8e59dd (patch) | |
tree | 634917397915d74b47a6d73f893b028a85a2ce87 /textproc/chasen | |
parent | 3fa1809f8bce5c7a20819bf22069a81b55f8f5c5 (diff) | |
download | pkgsrc-0249db45d533d02b40548c2eaaafa8d86b8e59dd.tar.gz |
Switch to use META_PACKAGE. No functional change.
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" |