diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-indicator-applet/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-indicator-plugin/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/mate-indicator-applet/Makefile b/x11/mate-indicator-applet/Makefile index 46e608c156a..57b186281b4 100644 --- a/x11/mate-indicator-applet/Makefile +++ b/x11/mate-indicator-applet/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.15 2019/07/21 22:26:01 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/09 13:25:46 nia Exp $ .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-indicator-applet-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 COMMENT= MATE indicator applet .include "../../x11/mate-panel/buildlink3.mk" -.include "../../devel/libindicator3/buildlink3.mk" +.include "../../devel/libindicator/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |