diff options
author | wiz <wiz> | 2009-02-27 17:17:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-27 17:17:34 +0000 |
commit | 0103dff4e639523c1b35cd016d6744a5a473f2ef (patch) | |
tree | 13d30ef67a7ea4ec75fa92533d1ea6cd81afb809 /x11/gnome-themes | |
parent | 441a51dba6ef900e9f39a6374586d2e05529deba (diff) | |
download | pkgsrc-0103dff4e639523c1b35cd016d6744a5a473f2ef.tar.gz |
Bump PKGREVISION for PLIST fix from two days ago, and bump
icon-naming-utils dependency for it.
Diffstat (limited to 'x11/gnome-themes')
-rw-r--r-- | x11/gnome-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile index 04210d51a64..97f403ffa1c 100644 --- a/x11/gnome-themes/Makefile +++ b/x11/gnome-themes/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2009/02/26 07:23:25 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2009/02/27 17:17:34 wiz Exp $ # DISTNAME= gnome-themes-2.24.3 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.24/} EXTRACT_SUFX= .tar.bz2 @@ -21,6 +22,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" +BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90 .include "../../graphics/icon-naming-utils/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2-engines+= gtk2-engines>=2.15.3 |