diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-29 19:11:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-29 19:11:44 +0000 |
commit | 368211e544f461c87c7bf5d9ec896ab547d5bc46 (patch) | |
tree | d3c4c583c1356e1575b7dd37658bf64e11a609e4 /games | |
parent | fb89f4015d9033309d1384be6d297f8243bac4db (diff) | |
download | pkgsrc-368211e544f461c87c7bf5d9ec896ab547d5bc46.tar.gz |
migrate textproc/scrollkeeper/omf.mk -> mk/omf-scrollkeeper.mk
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |