diff options
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" |