diff options
author | grant <grant@pkgsrc.org> | 2003-09-27 17:07:34 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-27 17:07:34 +0000 |
commit | 7a71199b50dc0a407152f447b1b30e018a204b91 (patch) | |
tree | 98d26898906da29a444ed0a29822dcbe33691639 /games/gnome2-games | |
parent | 1f409dd46ac0eb5ce3a7aa3a423944348840ad52 (diff) | |
download | pkgsrc-7a71199b50dc0a407152f447b1b30e018a204b91.tar.gz |
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnome2-games/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 2cad96f284d..31f500c18e4 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/03 03:47:01 jmc Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/27 17:07:36 grant Exp $ DISTNAME= gnome-games-2.2.1 PKGREVISION= 4 @@ -67,7 +67,7 @@ GCONF2_SCHEMAS+= same-gnome.schemas .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libgnome/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../lang/guile/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gnome2-games/buildlink2.mk b/games/gnome2-games/buildlink2.mk index d979be5896b..a756429d9a1 100644 --- a/games/gnome2-games/buildlink2.mk +++ b/games/gnome2-games/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/07/13 13:51:47 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/09/27 17:07:36 grant Exp $ # # This Makefile fragment is included by packages that use gnome-games. # @@ -20,7 +20,7 @@ BUILDLINK_FILES.gnome-games+= lib/gnome-stones/objects/libgnomekoban.* BUILDLINK_FILES.gnome-games+= lib/libgdkcardimage.* .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../lang/guile14/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" |