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 /editors/gedit | |
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 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 68cda6d8e9a..74a40ea2d31 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/05/31 18:37:47 drochner Exp $ +# $NetBSD: Makefile,v 1.65 2006/07/05 05:37:40 jlam Exp $ # DISTNAME= gedit-2.14.3 @@ -12,7 +12,7 @@ COMMENT= Lightweight GNOME2 text editor USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -39,7 +39,6 @@ BUILDLINK_API_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.13.4 .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtksourceview/buildlink3.mk" |