diff options
author | youri <youri@pkgsrc.org> | 2017-06-23 21:22:34 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2017-06-23 21:22:34 +0000 |
commit | 6abe9fef629c4fa7bbf5fa53eac21b44a6bdbf66 (patch) | |
tree | 4029a2e996e43d1c9bd22c16842c9e46e6d54eed /misc/xfce4-time-out-plugin | |
parent | c3fd97a3685871e22236b5f00389242158dd1510 (diff) | |
download | pkgsrc-6abe9fef629c4fa7bbf5fa53eac21b44a6bdbf66.tar.gz |
Add gtk2 to fix build.
Diffstat (limited to 'misc/xfce4-time-out-plugin')
-rw-r--r-- | misc/xfce4-time-out-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 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" |