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 | |
parent | 12a0c80f948321bad2d8e02e12f44ca53140c451 (diff) | |
download | pkgsrc-48c27b8ac112ae7d3589278b1611e9e0fd60b964.tar.gz |
migrate textproc/scrollkeeper/omf.mk -> mk/omf-scrollkeeper.mk
-rw-r--r-- | editors/gconf-editor/Makefile | 4 | ||||
-rw-r--r-- | games/grhino/Makefile | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/games/grhino/Makefile b/games/grhino/Makefile index d119d098acf..dc918c68c31 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/04/27 06:36:02 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/04/29 19:13:04 drochner Exp $ # DISTNAME= grhino-0.16.0 @@ -16,6 +16,6 @@ USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |