summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-05-08 01:02:20 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-05-08 01:02:20 +0000
commitaf6bf775787b946f1c95b1e080325be24d829c04 (patch)
tree3f7678f1abf9e1bacefc8b98a6e3212dcf16f9a0
parent93f08983a6ca0776734b0fcc08e748eca1475dc9 (diff)
downloadpkgsrc-af6bf775787b946f1c95b1e080325be24d829c04.tar.gz
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.
-rw-r--r--x11/xfce4-places-plugin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xfce4-places-plugin/Makefile b/x11/xfce4-places-plugin/Makefile
index b563f363d18..8c26a1cfc7e 100644
--- a/x11/xfce4-places-plugin/Makefile
+++ b/x11/xfce4-places-plugin/Makefile
@@ -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/src/panel-plugins/xfce4-places-plugin/${VE
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"