diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-06 20:39:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-06 20:39:17 +0000 |
commit | c3f293a03e147a2ff22e302e24106900eea512ff (patch) | |
tree | bfe62e4189ca41afe4d5b6c356d7abf1995021e5 /meta-pkgs | |
parent | 4e4ededf8e5540ddc2e00be617fb8eca9c3d81f3 (diff) | |
download | pkgsrc-c3f293a03e147a2ff22e302e24106900eea512ff.tar.gz |
xfce4-extras: remove xfce4-mixer - not supported since 2015
Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index c304c358385..2a0da53f1a6 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.86 2021/04/24 03:17:17 gutteridge Exp $ +# $NetBSD: Makefile,v 1.87 2021/05/06 20:39:17 wiz Exp $ META_PACKAGE= yes .include "../../meta-pkgs/xfce4/Makefile.common" -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= xfce4-extras-${XFCE4_VERSION} CATEGORIES= meta-pkgs COMMENT= Meta-package for extra optional items for the Xfce desktop environment @@ -29,7 +29,6 @@ DEPENDS+= xfce4-fsguard-plugin>=1.1.1:../../sysutils/xfce4-fsguard-plugin DEPENDS+= xfce4-genmon-plugin>=4.0.2:../../sysutils/xfce4-genmon-plugin DEPENDS+= xfce4-indicator-plugin>=2.3.4:../../x11/xfce4-indicator-plugin DEPENDS+= xfce4-mailwatch-plugin>=1.2.0:../../mail/xfce4-mailwatch-plugin -DEPENDS+= xfce4-mixer>=4.11.0:../../audio/xfce4-mixer DEPENDS+= xfce4-mount-plugin>=1.1.3:../../sysutils/xfce4-mount-plugin DEPENDS+= xfce4-mpc-plugin>=0.5.2:../../multimedia/xfce4-mpc-plugin DEPENDS+= xfce4-netload-plugin>=1.3.2:../../sysutils/xfce4-netload-plugin |