diff options
Diffstat (limited to 'x11/gnome-themes/Makefile')
-rw-r--r-- | x11/gnome-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile index ae9143f09ff..099d275fd9f 100644 --- a/x11/gnome-themes/Makefile +++ b/x11/gnome-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2012/03/03 00:14:09 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2012/06/15 23:06:02 dholland Exp $ # DISTNAME= gnome-themes-2.32.1 @@ -25,6 +25,6 @@ GNU_CONFIGURE= yes 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 +BUILDLINK_API_DEPENDS.gtk2-engines+= gtk2-engines>=2.15.3 .include "../../x11/gtk2-engines/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |