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 | 49a8861ccab2842f476b93bf0946813a86158d45 (patch) | |
tree | 072b9f26d3c8ad21a760a47b6e32fb3815445ae0 /games | |
parent | 8cf2954cff99fefee2f2af60098ee69bcea8d6e0 (diff) | |
download | pkgsrc-49a8861ccab2842f476b93bf0946813a86158d45.tar.gz |
Use omf.mk from scrollkeeper, instead of simply the buildlink2.mk.
Diffstat (limited to 'games')
-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" |