diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-16 23:10:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-16 23:10:24 +0000 |
commit | dc02b0aedde8bb21ff4cdffca43bd161e3f2763f (patch) | |
tree | a8ab3b320d3bfe2a999259ed4a0ad5fa75fbd22f /editors/gconf-editor | |
parent | ca335d589b3cd50990f9165977604bf727daaeed (diff) | |
download | pkgsrc-dc02b0aedde8bb21ff4cdffca43bd161e3f2763f.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/gconf-editor')
-rw-r--r-- | editors/gconf-editor/Makefile | 7 |
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" |