diff options
author | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
commit | 7a214e80a1d117a1dc986293ccb493d6eb35032e (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /textproc/gnome-spell | |
parent | 0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff) | |
download | pkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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 'textproc/gnome-spell')
-rw-r--r-- | textproc/gnome-spell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 7f9a93dfdeb..a040e8f57f6 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/06/22 10:18:55 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/05 05:37:45 jlam Exp $ DISTNAME= gnome-spell-1.0.6 PKGREVISION= 5 @@ -13,7 +13,7 @@ COMMENT= Spell checking as you type like gtkspell GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.3 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.8.0nb3 @@ -25,6 +25,5 @@ BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.8.0nb3 .include "../../devel/libgnomeui/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |