summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-15 09:51:58 +0000
committerjoerg <joerg>2008-06-15 09:51:58 +0000
commitbf09f4789a76b00e7728fdb17456145f36d1debc (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /fonts
parent181dee62c95770c098eebbf5dcd9ffc30b9d2fb8 (diff)
downloadpkgsrc-bf09f4789a76b00e7728fdb17456145f36d1debc.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 'fonts')
-rw-r--r--fonts/ko-x11fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ko-x11fonts/Makefile b/fonts/ko-x11fonts/Makefile
index 1cfbdb0da0e..436742ad6df 100644
--- a/fonts/ko-x11fonts/Makefile
+++ b/fonts/ko-x11fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/01/05 11:14:24 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/15 09:51:59 joerg Exp $
DISTNAME= ko-x11fonts-20010722
PKGREVISION= 2
@@ -7,11 +7,11 @@ CATEGORIES= fonts x11 korean
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Korean X11 fonts
+META_PACKAGE= yes
+
DEPENDS+= ko-baekmuk>=2.0:../../fonts/ko-baekmuk
DEPENDS+= ko-hanyang>=20010718:../../fonts/ko-hanyang
DEPENDS+= ko-kaist>=20010718:../../fonts/ko-kaist
DEPENDS+= ko-mizi>=20010718:../../fonts/ko-mizi
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"