Tue May 15 21:48:02 2018 UTC ()
Drop the gtk2 dependency.


(youri)
diff -r1.34 -r1.35 pkgsrc/time/xfce4-timer-plugin/Makefile

cvs diff -r1.34 -r1.35 pkgsrc/time/xfce4-timer-plugin/Makefile (expand / switch to unified diff)

--- pkgsrc/time/xfce4-timer-plugin/Makefile 2018/05/15 21:47:29 1.34
+++ pkgsrc/time/xfce4-timer-plugin/Makefile 2018/05/15 21:48:01 1.35
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.34 2018/05/15 21:47:29 youri Exp $ 1# $NetBSD: Makefile,v 1.35 2018/05/15 21:48:01 youri Exp $
2# 2#
3 3
4.include "../../meta-pkgs/xfce4/Makefile.common" 4.include "../../meta-pkgs/xfce4/Makefile.common"
5 5
6DISTNAME= xfce4-timer-plugin-1.7.0 6DISTNAME= xfce4-timer-plugin-1.7.0
7CATEGORIES= time 7CATEGORIES= time
8MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/ 8MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
9 9
10HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin 10HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
11COMMENT= Xfce4 timer plugin 11COMMENT= Xfce4 timer plugin
12 12
13.include "../../x11/gtk2/buildlink3.mk" 
14.include "../../x11/xfce4-panel/buildlink3.mk" 13.include "../../x11/xfce4-panel/buildlink3.mk"
15.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 14.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"