diff options
author | youri <youri@pkgsrc.org> | 2017-06-23 16:46:30 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2017-06-23 16:46:30 +0000 |
commit | e302b20b57cf69c21aee4cf88acdf02be3e24d43 (patch) | |
tree | 5eb092beed2d67e62585d9f1580bb1566d0c3bcb /mail | |
parent | c871e9d3f755b989e6f93eacfb0d10f420bbcb9e (diff) | |
download | pkgsrc-e302b20b57cf69c21aee4cf88acdf02be3e24d43.tar.gz |
Add gtk2 to fix build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 2bb566d6c10..59c997c9d36 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/23 16:46:30 youri Exp $ PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \ HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin COMMENT= Xfce mail checker plugin for the panel +.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../x11/xfce4-exo/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" |