pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/marco



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  8 11:49:05 UTC 2022

Modified Files:
        pkgsrc/wm/marco: Makefile

Log Message:
marco: Requires libXres.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/marco/Makefile

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

Modified files:

Index: pkgsrc/wm/marco/Makefile
diff -u pkgsrc/wm/marco/Makefile:1.34 pkgsrc/wm/marco/Makefile:1.35
--- pkgsrc/wm/marco/Makefile:1.34       Sun Nov 27 05:20:06 2022
+++ pkgsrc/wm/marco/Makefile    Thu Dec  8 11:49:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/11/27 05:20:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.35 2022/12/08 11:49:05 jperkin Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -15,8 +15,9 @@ DEPENDS+=             zenity-[0-9]*:../../x11/zenit
 
 PKGCONFIG_OVERRIDE+=   src/libmarco-private.pc.in
 
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../audio/libcanberra/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/libgtop/buildlink3.mk"
+.include "../../x11/libXres/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index