From 24ef86f8700ca8c58655404f4725425326dd8b9a Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 15 Jan 2000 18:46:22 +0000 Subject: Update dependency on ncurses to >=4.2 --- net/sniffit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/sniffit/Makefile') diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 5f5f03bdb34..3fdc344ef1e 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/01/10 01:39:04 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2000/01/15 18:46:33 jlam Exp $ # DISTNAME= sniffit.0.3.5 @@ -9,12 +9,12 @@ MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html -DEPENDS= ncurses-4.2:../../devel/ncurses +DEPENDS= ncurses>=4.2:../../devel/ncurses NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss HAS_CONFIGURE= YES -CONFIGURE_ENV+= NCURSES_LOCATION=$(LOCALBASE)/include/ncurses.h +CONFIGURE_ENV+= NCURSES_LOCATION=${LOCALBASE}/include/ncurses.h ALL_TARGET= do-install: -- cgit v1.2.3