pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/emwm-utils



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Dec 18 15:42:56 UTC 2022

Modified Files:
        pkgsrc/wm/emwm-utils: Makefile

Log Message:
wm/emwm-utils: add missing  dependency on libXScrnSaver.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/emwm-utils/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/emwm-utils/Makefile
diff -u pkgsrc/wm/emwm-utils/Makefile:1.2 pkgsrc/wm/emwm-utils/Makefile:1.3
--- pkgsrc/wm/emwm-utils/Makefile:1.2   Tue Dec  6 14:41:39 2022
+++ pkgsrc/wm/emwm-utils/Makefile       Sun Dec 18 15:42:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/06 14:41:39 vins Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/18 15:42:56 vins Exp $
 
 DISTNAME=      emwm-utils-src
 PKGVER=                1.0
@@ -49,10 +49,11 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/src/toolboxrc \
        ${DESTDIR}${PREFIX}/share/examples/${DISTNAME:S,-src,,}
 
-.include "../../mk/motif.buildlink3.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index