diff options
author | joerg <joerg> | 2006-09-17 14:48:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-09-17 14:48:18 +0000 |
commit | ff7c0f856a8770ef6ac8cd49f56ce5fcf593f5d9 (patch) | |
tree | a32dbaf347ab07223966913b5727884509b42bc9 /graphics | |
parent | 961b370f75e7a86bb96f68a5c0e1e7f708d701d7 (diff) | |
download | pkgsrc-ff7c0f856a8770ef6ac8cd49f56ce5fcf593f5d9.tar.gz |
p5-XML-Simple is needed at runtime as well, as shown e.g. by
gnome-icon-theme. Bump revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/icon-naming-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/icon-naming-utils/Makefile b/graphics/icon-naming-utils/Makefile index 81c58797914..755e9f80f10 100644 --- a/graphics/icon-naming-utils/Makefile +++ b/graphics/icon-naming-utils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/17 14:48:18 joerg Exp $ # DISTNAME= icon-naming-utils-0.8.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://tango-project.org/releases/ @@ -9,7 +10,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://tango.freedesktop.org/ COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification -BUILD_DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple +DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 |