pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-notes-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 13 23:45:28 UTC 2025

Modified Files:
        pkgsrc/x11/xfce4-notes-plugin: Makefile

Log Message:
xfce4-notes-plugin: a bit more include sorting


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/xfce4-notes-plugin/Makefile

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

Modified files:

Index: pkgsrc/x11/xfce4-notes-plugin/Makefile
diff -u pkgsrc/x11/xfce4-notes-plugin/Makefile:1.77 pkgsrc/x11/xfce4-notes-plugin/Makefile:1.78
--- pkgsrc/x11/xfce4-notes-plugin/Makefile:1.77 Thu Feb 13 23:41:27 2025
+++ pkgsrc/x11/xfce4-notes-plugin/Makefile      Thu Feb 13 23:45:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2025/02/13 23:41:27 gutteridge Exp $
+# $NetBSD: Makefile,v 1.78 2025/02/13 23:45:28 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -25,8 +25,8 @@ MAKE_DIRS+=   ${XFCE4_EGBASE}/autostart \
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/xfce4-conf/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtksourceview4/buildlink3.mk"
-.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../x11/libxfce4util/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index