pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-control-center



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 24 21:47:57 UTC 2019

Modified Files:
        pkgsrc/x11/mate-control-center: Makefile

Log Message:
mate-control-center: remove libXxf86misc inclusion

The configure script checks for it, but it's not actually used anywhere

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/mate-control-center/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/mate-control-center/Makefile
diff -u pkgsrc/x11/mate-control-center/Makefile:1.19 pkgsrc/x11/mate-control-center/Makefile:1.20
--- pkgsrc/x11/mate-control-center/Makefile:1.19        Mon Sep  9 12:59:06 2019
+++ pkgsrc/x11/mate-control-center/Makefile     Sun Nov 24 21:47:57 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/09/09 12:59:06 nia Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/24 21:47:57 wiz Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-control-center-${VERSION:R}.1
@@ -44,7 +44,6 @@ CONF_FILES+=  ${PREFIX}/share/examples/${
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXxf86misc/buildlink3.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"



Home | Main Index | Thread Index | Old Index