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 | 3b069a25368268defe473352868ac005fceaf659 (patch) | |
tree | d6db48a7ba6c984b8943fb7ed84a2e2cd5d079c4 /graphics/gimp24 | |
parent | b95f60fc8165b937deb81ce40ed8aa27edc53617 (diff) | |
download | pkgsrc-3b069a25368268defe473352868ac005fceaf659.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 'graphics/gimp24')
-rw-r--r-- | graphics/gimp24/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 19c7f28c46b..6c3ead3226a 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/03/06 00:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/02 09:49:01 jmmv Exp $ DISTNAME= gimp-2.3.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.3/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ @@ -57,6 +57,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../devel/pango/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/aalib/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" |