summaryrefslogtreecommitdiff
path: root/x11/qt4
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 /x11/qt4
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 'x11/qt4')
-rw-r--r--x11/qt4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile
index 9ed8acb7a91..e3286c1991e 100644
--- a/x11/qt4/Makefile
+++ b/x11/qt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/01/04 15:54:46 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/15 09:51:58 joerg Exp $
DISTNAME= qt4-${QTVERSION}
CATEGORIES= x11
@@ -6,12 +6,12 @@ MASTER_SITES= # none
COMMENT= "meta-package" for the QT GUI C++ toolkit
+META_PACKAGE= yes
+
.include "Makefile.common"
DEPENDS+= qt4-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-libs
DEPENDS+= qt4-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-tools
DEPENDS+= qt4-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-docs
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"