summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-04-02 09:49:00 +0000
committerjmmv <jmmv@pkgsrc.org>2006-04-02 09:49:00 +0000
commit3839f4a1abafb59d29ba7bd0bcfa98cc27aa75ab (patch)
treed6db48a7ba6c984b8943fb7ed84a2e2cd5d079c4 /x11/xfce4-utils
parent7c873b84e97995d979e90d5615e23e8ab63e73f7 (diff)
downloadpkgsrc-3839f4a1abafb59d29ba7bd0bcfa98cc27aa75ab.tar.gz
Depend on hicolor-icon-theme to:
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r--x11/xfce4-utils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile
index 9e078b0079a..85c6d281515 100644
--- a/x11/xfce4-utils/Makefile
+++ b/x11/xfce4-utils/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2006/03/20 06:29:09 martti Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/02 09:49:01 jmmv Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce-utils-${XFCE4_VERSION}
PKGNAME= xfce4-utils-${XFCE4_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
COMMENT= Xfce utilities
@@ -19,5 +19,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
.include "options.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"