summaryrefslogtreecommitdiff
path: root/misc/vfu
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 /misc/vfu
parent5e967b46423a6d6bbbaed5e1bf103598647a9eef (diff)
downloadpkgsrc-07897f319965f90329f7c1ddffa89c372810ca5b.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'misc/vfu')
-rw-r--r--misc/vfu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index 5daab7fadc8..9a6f837cfd2 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/07/06 08:05:51 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:31 jlam Exp $
#
DISTNAME= vfu-1.51
@@ -9,7 +9,7 @@ EXTRACT_SUFX= -source.tgz
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.biscom.net/~cade/vfu/
-DEPENDS= ncurses-4.2:../../devel/ncurses
+DEPENDS= ncurses>=4.2:../../devel/ncurses
MAKE_FLAGS+= CCDEF="-DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\" -D__unix__" \
LDDEF="${LDFLAGS}"