diff options
author | youri <youri@pkgsrc.org> | 2016-06-13 23:22:34 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-13 23:22:34 +0000 |
commit | ac0506277c5a7b5c375c416ace006907f3a567c6 (patch) | |
tree | e73899d9b1c29aaf90bef533758bdfc16cd06a1a /meta-pkgs | |
parent | d24d35f6affb15feca40bd6d8368fac6b413adde (diff) | |
download | pkgsrc-ac0506277c5a7b5c375c416ace006907f3a567c6.tar.gz |
Xfce4: Add xdg-utils to meta-package to help desktop operations.
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 9d7ac920dc9..84399f9c6b3 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2015/06/12 10:50:32 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2016/06/13 23:22:34 youri Exp $ META_PACKAGE= yes -PKGREVISION= 2 +PKGREVISION= 3 .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} @@ -24,6 +24,7 @@ DEPENDS+= xfce4-wm>=4.10.0:../../wm/xfce4-wm 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 pre-extract: ${MKDIR} ${WRKSRC} |