diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /graphics/gnome-icon-theme | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gnome-icon-theme')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 6fdfad04495..6fe0bc32ce7 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/02/11 06:37:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/08 19:40:39 jmmv Exp $ # DISTNAME= gnome-icon-theme-1.0.9 +PKGREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/1.0/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Theme consisting of a set of icons for GNOME BUILD_USES_MSGFMT= yes +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes |