diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
commit | 24ef86f8700ca8c58655404f4725425326dd8b9a (patch) | |
tree | c6a93602074e7aa963f2e7e309c2647a417b3145 /net/sniffit/Makefile | |
parent | c5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff) | |
download | pkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'net/sniffit/Makefile')
-rw-r--r-- | net/sniffit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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: |