summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam>1999-07-06 08:03:46 +0000
committerjlam <jlam>1999-07-06 08:03:46 +0000
commit4f20b24e576c738d5736de4b33e3e3bb5bea296b (patch)
treef608dd684ca7d1c2e74dd5884605379a677e59da /math
parent6bafc120c7834cb8622e5f7b3d2e124cac920c45 (diff)
downloadpkgsrc-4f20b24e576c738d5736de4b33e3e3bb5bea296b.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')
-rw-r--r--math/pspp/Makefile6
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"