diff options
author | jmmv <jmmv> | 2006-04-02 09:49:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-04-02 09:49:00 +0000 |
commit | 7e7e00052fa0dd09e1adbc71152540278bca5a9b (patch) | |
tree | d6db48a7ba6c984b8943fb7ed84a2e2cd5d079c4 /wm/xfce4-wm | |
parent | 1e6b5adcb5f73d504400cf4b0c051ff8c127ce85 (diff) | |
download | pkgsrc-7e7e00052fa0dd09e1adbc71152540278bca5a9b.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 'wm/xfce4-wm')
-rw-r--r-- | wm/xfce4-wm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/xfce4-wm/Makefile b/wm/xfce4-wm/Makefile index 2550b2bf7d2..6cdaadf552a 100644 --- a/wm/xfce4-wm/Makefile +++ b/wm/xfce4-wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:11:16 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/02 09:49:01 jmmv Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -6,10 +6,11 @@ XFCE4_VERSION= 4.2.3.2 DISTNAME= xfwm4-${XFCE4_VERSION} PKGNAME= xfce4-wm-${XFCE4_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= wm COMMENT= Xfce window manager +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" |