summaryrefslogtreecommitdiff
path: root/x11/gtksourceview
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
commit00478b39e6c53023f76627af6ffacebafc9db9d6 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /x11/gtksourceview
parent9102c97edf0e6bbc2006c1461512bc2a61334627 (diff)
downloadpkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.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 'x11/gtksourceview')
-rw-r--r--x11/gtksourceview/Makefile5
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"