diff options
author | wiz <wiz> | 2009-03-08 15:56:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-08 15:56:43 +0000 |
commit | b27d39c8b7d218100cfbc7069ef84446279b445c (patch) | |
tree | 0977c331334c28205040bea9e9101ee7f69fd234 /games/quarry | |
parent | c97c44d6872828c2b619f84011fe2e6bb75e3816 (diff) | |
download | pkgsrc-b27d39c8b7d218100cfbc7069ef84446279b445c.tar.gz |
Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.
Diffstat (limited to 'games/quarry')
-rw-r--r-- | games/quarry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quarry/Makefile b/games/quarry/Makefile index 418570bd5ab..c424c1f00f0 100644 --- a/games/quarry/Makefile +++ b/games/quarry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/04 18:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/08 15:56:45 wiz Exp $ # DISTNAME= quarry-0.2.0 @@ -20,5 +20,5 @@ USE_TOOLS+= gmake pkg-config .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" -.include "../../textproc/rarian/omf.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../mk/bsd.pkg.mk" |