diff options
author | drochner <drochner> | 2008-04-29 19:11:44 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-04-29 19:11:44 +0000 |
commit | 48c27b8ac112ae7d3589278b1611e9e0fd60b964 (patch) | |
tree | d3c4c583c1356e1575b7dd37658bf64e11a609e4 /editors | |
parent | 12a0c80f948321bad2d8e02e12f44ca53140c451 (diff) | |
download | pkgsrc-48c27b8ac112ae7d3589278b1611e9e0fd60b964.tar.gz |
migrate textproc/scrollkeeper/omf.mk -> mk/omf-scrollkeeper.mk
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gconf-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index ea93b92813c..11d8f0eea8c 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2008/04/25 08:19:52 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2008/04/29 19:11:44 drochner Exp $ # DISTNAME= gconf-editor-2.22.0 @@ -32,6 +32,6 @@ BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0 .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |