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 /print/xfce4-print | |
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 'print/xfce4-print')
-rw-r--r-- | print/xfce4-print/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index e21aa16b565..2aece29e169 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2006/02/20 08:17:09 martti Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/02 09:49:01 jmmv Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" PKGNAME= xfce4-print-${XFCE4_VERSION} DISTNAME= xfprint-${XFCE4_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print COMMENT= Xfce print dialog @@ -18,6 +18,7 @@ PLIST_SUBST+= SOLARIS="@comment " PLIST_SUBST+= SOLARIS="" .endif +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../print/a2ps/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |