diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 08:03:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 08:03:46 +0000 |
commit | 627932ce274babd13474fd25ce58c7d0bf5d5802 (patch) | |
tree | f608dd684ca7d1c2e74dd5884605379a677e59da /math/pspp | |
parent | 050e7453a6781f7188e032626b43e1e68b959c51 (diff) | |
download | pkgsrc-627932ce274babd13474fd25ce58c7d0bf5d5802.tar.gz |
* Update ncurses dependency.
XXX Should really change this to use libedit's readline API since pspp
XXX only uses the history functions.
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 2f7fd266a98..5154d7a8d11 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/15 15:04:13 rh Exp $ +# $NetBSD: Makefile,v 1.5 1999/07/06 08:03:46 jlam Exp $ # DISTNAME= pspp-0.2.3 @@ -17,10 +17,10 @@ HOMEPAGE= http://www.gnu.org/software/pspp/ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= readline-2.2:../../devel/readline -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-4.2:../../devel/ncurses GNU_CONFIGURE= yes USE_GTEXINFO= yes -CONFIGURE_ENV= CPPFLAGS="-Dunix -I ${PREFIX}/include" +CONFIGURE_ENV= CPPFLAGS="-Dunix -I${LOCALBASE}/include" .include "../../mk/bsd.pkg.mk" |