pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/kf5



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 18 16:04:24 UTC 2022

Modified Files:
        pkgsrc/meta-pkgs/kf5: Makefile

Log Message:
kf5: META_PACKAGE must come before bsd.prefs.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/meta-pkgs/kf5/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/kf5/Makefile
diff -u pkgsrc/meta-pkgs/kf5/Makefile:1.23 pkgsrc/meta-pkgs/kf5/Makefile:1.24
--- pkgsrc/meta-pkgs/kf5/Makefile:1.23  Tue May 17 17:55:53 2022
+++ pkgsrc/meta-pkgs/kf5/Makefile       Wed May 18 16:04:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/05/17 17:55:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2022/05/18 16:04:24 jperkin Exp $
 
 DISTNAME=      kf5-${KF5VER}
 CATEGORIES=    meta-pkgs x11 kde
@@ -11,6 +11,8 @@ COMMENT=      "meta-package" for the KDE Fram
 
 KF5VER=                5.93.0
 
+META_PACKAGE=  yes
+
 .include "../../devel/wayland/platform.mk"
 
 DEPENDS+=      attica-qt5>=${KF5VER}:../../misc/attica-qt5
@@ -93,6 +95,4 @@ DEPENDS+=     syndication>=${KF5VER}:../../w
 DEPENDS+=      syntax-highlighting>=${KF5VER}:../../textproc/syntax-highlighting
 DEPENDS+=      threadweaver>=${KF5VER}:../../devel/threadweaver
 
-META_PACKAGE=  yes
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index