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 | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /graphics/gthumb | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.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/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 6be565b531f..cc162676fe0 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/21 21:31:23 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/05 05:37:42 jlam Exp $ DISTNAME= gthumb-2.6.9 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://gthumb.sourceforge.net/ COMMENT= Image viewer and browser for the GNOME Desktop -USE_TOOLS+= pkg-config msgfmt +USE_TOOLS+= intltool msgfmt pkg-config USE_DIRS+= xdg-1.1 gnome2-1.5 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes @@ -37,7 +37,6 @@ BUILDLINK_API_DEPENDS.libglade2+= libglade2>=2.4.0 .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/Xrender/buildlink3.mk" |