diff options
author | jlam <jlam> | 1999-07-06 08:03:46 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-07-06 08:03:46 +0000 |
commit | d14cd2b184024bb4d29d20748dbf6d4166412bda (patch) | |
tree | f608dd684ca7d1c2e74dd5884605379a677e59da /math/pspp | |
parent | 7569b976f3e1b3c2452a151704281d2d364e894a (diff) | |
download | pkgsrc-d14cd2b184024bb4d29d20748dbf6d4166412bda.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" |