diff options
Diffstat (limited to 'x11/gnome-themes/Makefile')
-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 |