summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam>2000-01-15 18:46:22 +0000
committerjlam <jlam>2000-01-15 18:46:22 +0000
commit0621c71e9449c89ae7e01e779f4958a08d265513 (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145 /math
parentfa6ba580f07a868252317511f0958a6f6db5940b (diff)
downloadpkgsrc-0621c71e9449c89ae7e01e779f4958a08d265513.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'math')
-rw-r--r--math/pspp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 70c0404e657..bbf93d24f49 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/01/14 14:01:58 rh Exp $
+# $NetBSD: Makefile,v 1.9 2000/01/15 18:46:29 jlam Exp $
#
DISTNAME= pspp-0.3.0
@@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
DEPENDS+= gettext-0.10.*:../../devel/gettext
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.if !exists(/usr/include/readline.h)
DEPENDS+= readline-4.0:../../devel/readline