summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-21 13:09:24 +0000
committerwiz <wiz@pkgsrc.org>2021-11-21 13:09:24 +0000
commit62a933df1af592fd72525af81ddf3208b398e170 (patch)
tree23880155523b599899f1177ba02fe630632b1b52 /meta-pkgs
parent9b421d87bc7ed1fbbbb26097107e4ec9be79ed52 (diff)
downloadpkgsrc-62a933df1af592fd72525af81ddf3208b398e170.tar.gz
windowmaker-desktop: set META_PACKAGE earlier to make it work
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/windowmaker-desktop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-pkgs/windowmaker-desktop/Makefile b/meta-pkgs/windowmaker-desktop/Makefile
index e449132dced..1342fd720e8 100644
--- a/meta-pkgs/windowmaker-desktop/Makefile
+++ b/meta-pkgs/windowmaker-desktop/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/11/15 13:07:12 nia Exp $
-#
+# $NetBSD: Makefile,v 1.27 2021/11/21 13:09:24 wiz Exp $
DISTNAME= windowmaker-desktop-1.3
CATEGORIES= meta-pkgs x11 windowmaker
@@ -9,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.windowmaker.info/
COMMENT= Provides a desktop based on the WindowMaker wm
+META_PACKAGE= yes
+
DEPENDS+= windowmaker>=0.80.0:../../wm/windowmaker
DEPENDS+= wterm-[0-9]*:../../x11/wterm
DEPENDS+= wmextra-[0-9]*:../../wm/wmextra
@@ -26,6 +27,4 @@ DEPENDS+= wmmixer-[0-9]*:../../audio/wmmixer
.endif
DEPENDS+= docker-[0-9]*:../../x11/docker
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"