diff options
Diffstat (limited to 'x11/gnome-themes/Makefile')
-rw-r--r-- | x11/gnome-themes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile index 3c440989cd3..aee1295e3b7 100644 --- a/x11/gnome-themes/Makefile +++ b/x11/gnome-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/07/21 16:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2005/08/10 20:56:26 jlam Exp $ # DISTNAME= gnome-themes-2.10.1 @@ -13,14 +13,13 @@ COMMENT= Collection of themes and icons for GNOME 2 BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 theme-1.0 -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/pkg-config/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../wm/metacity/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |