diff options
author | youri <youri@pkgsrc.org> | 2018-05-29 00:17:17 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-05-29 00:17:17 +0000 |
commit | 5efd9f19f9b6d3571338fb42ad00dd26ea8daa15 (patch) | |
tree | d284cd46c81bf90a91067cd9cf05529aa5697768 /meta-pkgs | |
parent | 5d1e093251d0fbad3a0377163f5441744f239da5 (diff) | |
download | pkgsrc-5efd9f19f9b6d3571338fb42ad00dd26ea8daa15.tar.gz |
Add a polkit agent for Xfce4, it is required nowadays.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 18a5146a731..fa494d3d07b 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.83 2018/05/18 21:20:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.84 2018/05/29 00:17:17 youri Exp $ META_PACKAGE= yes -PKGREVISION= 11 +PKGREVISION= 12 .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} @@ -26,6 +26,7 @@ DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes DEPENDS+= xfce4-xarchiver>=0.5.2:../../sysutils/xfce4-xarchiver DEPENDS+= elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils +DEPENDS+= mate-polkit-[0-9]*:../../security/mate-polkit pre-extract: ${MKDIR} ${WRKSRC} |