diff options
author | xtraeme <xtraeme> | 2004-02-11 04:58:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 04:58:15 +0000 |
commit | 363719d8781317517f07ccd79e7f07f6240da694 (patch) | |
tree | a5afa694ed2cee6b2f57e4a4734fdda7d9fed3ed /editors/gconf-editor | |
parent | fb3c0cc57275623d1b5b5551dbef5b70ac1f7de5 (diff) | |
download | pkgsrc-363719d8781317517f07ccd79e7f07f6240da694.tar.gz |
bl3ify
Diffstat (limited to 'editors/gconf-editor')
-rw-r--r-- | editors/gconf-editor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index a45b4312e70..f1ae7424ff6 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/11 05:07:12 xtraeme Exp $ # DISTNAME= gconf-editor-2.4.0 @@ -14,12 +14,12 @@ COMMENT= Editor for the GConf configuration system BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make USE_X11= YES -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../devel/GConf2/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/GConf2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |