diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-28 09:13:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-28 09:13:55 +0000 |
commit | 2208a6acf9c4762c5094c7a32b330edbae677600 (patch) | |
tree | b1a9b04306449cc38e3d4129edeafafaad1022c1 /games/gnome2-games | |
parent | 5334ed437bd19170c839b8c6e12d15837f88ce60 (diff) | |
download | pkgsrc-2208a6acf9c4762c5094c7a32b330edbae677600.tar.gz |
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
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 31f500c18e4..b803a227e09 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/09/27 17:07:36 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:57 jlam 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 "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/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 a756429d9a1..e7868c206a4 100644 --- a/games/gnome2-games/buildlink2.mk +++ b/games/gnome2-games/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.4 2003/09/27 17:07:36 grant Exp $ +# $NetBSD: buildlink2.mk,v 1.5 2003/09/28 09:13:57 jlam 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 "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../lang/guile14/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" |