diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 8250185398ae2452f62bfd3098d3d81d71432a86 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /graphics/gnome-backgrounds | |
parent | 574e1fffeabb6d6a6f74d3639e5bb411c569d0b4 (diff) | |
download | pkgsrc-8250185398ae2452f62bfd3098d3d81d71432a86.tar.gz |
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
Diffstat (limited to 'graphics/gnome-backgrounds')
-rw-r--r-- | graphics/gnome-backgrounds/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile index f75de0b6b95..62d2ef69b3c 100644 --- a/graphics/gnome-backgrounds/Makefile +++ b/graphics/gnome-backgrounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:33 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/05 05:37:41 jlam Exp $ # DISTNAME= gnome-backgrounds-2.14.0 @@ -13,12 +13,11 @@ COMMENT= Set of background images for the GNOME Desktop GNU_CONFIGURE= YES USE_DIRS+= xdg-1.3 -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake intltool msgfmt USE_LANGUAGES= # empty USE_PKGLOCALEDIR= YES BUILDLINK_DEPMETHOD.gettext= build .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |