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 /math | |
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 'math')
-rw-r--r-- | math/capc-calc/Makefile | 4 | ||||
-rw-r--r-- | math/pari/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index 702ef2bfa7d..22ad68677a8 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/27 17:07:37 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/28 09:13:58 jlam Exp $ # DISTNAME= calc-2.11.8 @@ -13,6 +13,6 @@ COMMENT= C arbitrary precision calculator USE_BUILDLINK2= # defined -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/pari/Makefile b/math/pari/Makefile index 2f466d13cb1..7485e5f2200 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/09/27 17:07:37 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $ DISTNAME= pari-2.1.5 PKGREVISION= 1 @@ -26,7 +26,7 @@ CONFIGURE_ENV+= X11BASE=${X11BASE} TEST_TARGET= test-compat bench -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |