summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2017-06-23 21:22:34 +0000
committeryouri <youri@pkgsrc.org>2017-06-23 21:22:34 +0000
commit6abe9fef629c4fa7bbf5fa53eac21b44a6bdbf66 (patch)
tree4029a2e996e43d1c9bd22c16842c9e46e6d54eed
parentc3fd97a3685871e22236b5f00389242158dd1510 (diff)
downloadpkgsrc-6abe9fef629c4fa7bbf5fa53eac21b44a6bdbf66.tar.gz
Add gtk2 to fix build.
-rw-r--r--misc/xfce4-time-out-plugin/Makefile3
-rw-r--r--x11/xfce4-places-plugin/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/xfce4-time-out-plugin/Makefile b/misc/xfce4-time-out-plugin/Makefile
index 512ff01b172..4dcf56ab6b9 100644
--- a/misc/xfce4-time-out-plugin/Makefile
+++ b/misc/xfce4-time-out-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/23 21:23:40 youri Exp $
PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -10,6 +10,7 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
COMMENT= Xfce periodical breaks plugin
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-places-plugin/Makefile b/x11/xfce4-places-plugin/Makefile
index 8031440d878..a0c8a0d11ea 100644
--- a/x11/xfce4-places-plugin/Makefile
+++ b/x11/xfce4-places-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/02/12 06:26:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/06/23 21:22:34 youri Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -10,6 +10,7 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.7/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
COMMENT= Xfce Places plugin
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"