summaryrefslogtreecommitdiff
path: root/databases/postgresql/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-01-15 18:46:22 +0000
committerjlam <jlam@pkgsrc.org>2000-01-15 18:46:22 +0000
commit24ef86f8700ca8c58655404f4725425326dd8b9a (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145 /databases/postgresql/Makefile
parentc5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff)
downloadpkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'databases/postgresql/Makefile')
-rw-r--r--databases/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index 4e9ef9bc3c8..7c057effd8c 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 1999/12/28 04:56:09 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2000/01/15 18:46:24 jlam Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
#
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
# Evil stuff follows: I haven't figured out how to add flags to configure to
# nicely disable the ncurses and readline checks in the configure script, yet.
.if exists(${LOCALBASE}/include/ncurses.h)
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
.if exists(${LOCALBASE}/include/readline.h)
DEPENDS+= readline-4.0:../../devel/readline