summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
commit76e564a8a9fb456836c4de9f2565aa5552515f7d (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /textproc
parent6d8cb09354d1a13b900d9c48b49c5c6c46e12ce9 (diff)
downloadpkgsrc-76e564a8a9fb456836c4de9f2565aa5552515f7d.tar.gz
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mecab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/mecab/Makefile b/textproc/mecab/Makefile
index a51fc858a13..3d13cf2def1 100644
--- a/textproc/mecab/Makefile
+++ b/textproc/mecab/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/02/04 04:58:52 obache Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/15 09:51:59 joerg Exp $
+
+META_PACKAGE= yes
.include "Makefile.common"
@@ -10,6 +12,4 @@ COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../textproc/mecab-ipadic
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../textproc/mecab-base
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"