summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-16 23:10:24 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-16 23:10:24 +0000
commit6e12832ddae801cb8ddc567db8fd43c9d3a626af (patch)
treea8ab3b320d3bfe2a999259ed4a0ad5fa75fbd22f /editors
parent2e22ce5b8469d5e2a685498056a2ca344011fc18 (diff)
downloadpkgsrc-6e12832ddae801cb8ddc567db8fd43c9d3a626af.tar.gz
Explicitly include glib2's and pkgconfig's bl3 files (the later fixes build).
Also sort includes and use pkgsrc intltool.
Diffstat (limited to 'editors')
-rw-r--r--editors/gconf-editor/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index f1ae7424ff6..c90276db10f 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/11 05:07:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/16 23:10:24 jmmv Exp $
#
DISTNAME= gconf-editor-2.4.0
@@ -19,7 +19,10 @@ USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_X11= YES
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"