Sun Nov 21 13:09:24 2021 UTC ()
windowmaker-desktop: set META_PACKAGE earlier to make it work


(wiz)
diff -r1.26 -r1.27 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile (expand / switch to context diff)
--- pkgsrc/meta-pkgs/windowmaker-desktop/Makefile 2021/11/15 13:07:12 1.26
+++ pkgsrc/meta-pkgs/windowmaker-desktop/Makefile 2021/11/21 13:09:24 1.27
@@ -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 @@
 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
@@ -25,7 +26,5 @@
 DEPENDS+=	wmmixer-[0-9]*:../../audio/wmmixer
 .endif
 DEPENDS+=	docker-[0-9]*:../../x11/docker
-
-META_PACKAGE=	yes
 
 .include "../../mk/bsd.pkg.mk"