diff options
Diffstat (limited to 'x11/gtksourceview')
-rw-r--r-- | x11/gtksourceview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index a73fde905c4..05bff09a317 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/05 05:37:47 jlam Exp $ # DISTNAME= gtksourceview-1.6.1 @@ -14,7 +14,7 @@ COMMENT= Text widget that extends GTK2's GtkTextView widget GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake intltool msgfmt perl pkg-config PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../print/libgnomeprint/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |