diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-02 09:49:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-02 09:49:00 +0000 |
commit | 3839f4a1abafb59d29ba7bd0bcfa98cc27aa75ab (patch) | |
tree | d6db48a7ba6c984b8943fb7ed84a2e2cd5d079c4 /time | |
parent | 7c873b84e97995d979e90d5615e23e8ab63e73f7 (diff) | |
download | pkgsrc-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 'time')
-rw-r--r-- | time/xfce4-calendar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/xfce4-calendar/Makefile b/time/xfce4-calendar/Makefile index 19f6588240c..f5db4f2fc05 100644 --- a/time/xfce4-calendar/Makefile +++ b/time/xfce4-calendar/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:11 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/02 09:49:01 jmmv Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfcalendar-${XFCE4_VERSION} PKGNAME= xfce4-calendar-${XFCE4_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= time COMMENT= Xfce calendar .include "../../databases/dbh/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |