diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-15 19:17:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-15 19:17:03 +0000 |
commit | f6e8a19e18dcb625b6f4d40e8abcc18960414648 (patch) | |
tree | 072b9f26d3c8ad21a760a47b6e32fb3815445ae0 | |
parent | ea62e852c1e4f1d08f789ff3d6579153e69711fd (diff) | |
download | pkgsrc-f6e8a19e18dcb625b6f4d40e8abcc18960414648.tar.gz |
Use omf.mk from scrollkeeper, instead of simply the buildlink2.mk.
-rw-r--r-- | games/gnocatan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 26b7e7472f2..b9af0562e73 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/12/15 18:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/12/15 19:17:03 jmmv Exp $ # DISTNAME= gnocatan-0.8.0.0 @@ -19,5 +19,5 @@ USE_PKGLOCALEDIR= YES USE_X11= YES .include "../../devel/libgnomeui/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" |