pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/windowmaker-desktop



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 21 13:09:24 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/windowmaker-desktop: Makefile

Log Message:
windowmaker-desktop: set META_PACKAGE earlier to make it work


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/windowmaker-desktop/Makefile
diff -u pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.26 pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.27
--- pkgsrc/meta-pkgs/windowmaker-desktop/Makefile:1.26  Mon Nov 15 13:07:12 2021
+++ pkgsrc/meta-pkgs/windowmaker-desktop/Makefile       Sun Nov 21 13:09:24 2021
@@ -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@localhost
 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/wmm
 .endif
 DEPENDS+=      docker-[0-9]*:../../x11/docker
 
-META_PACKAGE=  yes
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index