diff options
Diffstat (limited to 'x11/xfce4-indicator-plugin/Makefile')
-rw-r--r-- | x11/xfce4-indicator-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-indicator-plugin/Makefile b/x11/xfce4-indicator-plugin/Makefile index 7f30a98c44f..5b311a3c5e4 100644 --- a/x11/xfce4-indicator-plugin/Makefile +++ b/x11/xfce4-indicator-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/08/11 13:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/09 13:25:46 nia Exp $ -PKGREVISION= 5 +PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-indicator-plugin-2.3.4 @@ -10,7 +10,7 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2 HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin COMMENT= Xfce indicator plugin -.include "../../devel/libindicator3/buildlink3.mk" +.include "../../devel/libindicator/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |