pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed May  8 01:02:21 UTC 2019

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

Log Message:
xfce4-places-plugin: simplify dependency list

There's no need to note a GTK3 dependency here, it's taken care of by
meta-pkgs/xfce4/Makefile.common.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/xfce4-places-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-places-plugin/Makefile
diff -u pkgsrc/x11/xfce4-places-plugin/Makefile:1.42 pkgsrc/x11/xfce4-places-plugin/Makefile:1.43
--- pkgsrc/x11/xfce4-places-plugin/Makefile:1.42        Sat May  4 19:23:45 2019
+++ pkgsrc/x11/xfce4-places-plugin/Makefile     Wed May  8 01:02:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/05/04 19:23:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.43 2019/05/08 01:02:20 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -10,7 +10,6 @@ MASTER_SITES= http://archive.xfce.org/sr
 HOMEPAGE=      http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
 COMMENT=       Xfce Places plugin
 
-.include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index