diff options
author | nia <nia@pkgsrc.org> | 2019-09-09 13:25:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-09 13:25:46 +0000 |
commit | 37196a182dea9295ad0caed73c875785036041b5 (patch) | |
tree | b42fc35b71fa777715ceb59fa27f3323d34b1317 /x11 | |
parent | b970ea947ba4f23ee631b2ac4fb03cabdc77db6c (diff) | |
download | pkgsrc-37196a182dea9295ad0caed73c875785036041b5.tar.gz |
libindicator: Make this the GTK3 version.
Nothing is using the GTK2 version.
Bump PKGREVISIONs
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" |