summaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorjlam <jlam>2000-01-15 18:46:22 +0000
committerjlam <jlam>2000-01-15 18:46:22 +0000
commit07897f319965f90329f7c1ddffa89c372810ca5b (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145 /editors/hexedit
parent5e967b46423a6d6bbbaed5e1bf103598647a9eef (diff)
downloadpkgsrc-07897f319965f90329f7c1ddffa89c372810ca5b.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 2f4efcb5baa..2235173bcd9 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/11/12 16:07:01 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/01/15 18:46:26 jlam Exp $
#
DISTNAME= hexedit-1.1.0
@@ -22,7 +22,7 @@ post-install:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
.include "../../mk/bsd.pkg.mk"