diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-30 13:43:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-30 13:43:43 +0000 |
commit | f6e660f836f49f49df556d816ed50b34a095b0f4 (patch) | |
tree | 5cd2ce9e983c4583294a7310f4566b9f9f5dab3d /graphics | |
parent | 33bfdac8256b87dce4e585b06ea9a17465a7f820 (diff) | |
download | pkgsrc-f6e660f836f49f49df556d816ed50b34a095b0f4.tar.gz |
Explained the icon-naming-utils dependency.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index e91088b1eca..c71999fd594 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/11/30 13:27:50 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2007/11/30 13:43:43 rillig Exp $ # DISTNAME= gnome-icon-theme-2.20.0 @@ -19,8 +19,12 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in -BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.5 +# The list of installed files depends on the exact version number of +# icon-naming-utils, so be sure that this dependency corresponds to +# the current pkgsrc version. BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils-0.8.2{,nb*} + +BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.5 HICOLOR_ICON_THEME_DEPEND_ONLY= yes # XXX this is used by applications. We "own" the subtree share/icons/gnome, |