pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xmenu



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 16:43:04 UTC 2024

Modified Files:
        pkgsrc/x11/xmenu: Makefile

Log Message:
xmenu: Add missing Xinerama dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xmenu/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/xmenu/Makefile
diff -u pkgsrc/x11/xmenu/Makefile:1.3 pkgsrc/x11/xmenu/Makefile:1.4
--- pkgsrc/x11/xmenu/Makefile:1.3       Wed Apr  3 00:55:28 2024
+++ pkgsrc/x11/xmenu/Makefile   Thu Oct 10 16:43:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/03 00:55:28 ktnb Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/10 16:43:04 nia Exp $
 
 DISTNAME=      xmenu-4.6.1
 CATEGORIES=    x11
@@ -21,5 +21,6 @@ post-install:
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
 .include "../../graphics/imlib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index