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/gimp | |
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/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index bd142b958ab..b016b14512d 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2006/04/18 20:24:48 tron Exp $ +# $NetBSD: Makefile,v 1.141 2006/07/05 05:37:41 jlam Exp $ DISTNAME= gimp-2.2.11 PKGREVISION= 2 @@ -18,7 +18,7 @@ CONFLICTS+= gimp<=1.2.3 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config PKG_SYSCONFSUBDIR= gimp/2.0 @@ -61,7 +61,6 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../graphics/xpm/buildlink3.mk" .include "../../graphics/libwmf/buildlink3.mk" .include "../../print/gimp-print-lib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |