diff options
author | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
commit | dbdf727e211a7c0df47d7ea332d89b6fe60cec6c (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /net/sniffit | |
parent | c170550db26048be0dcf07b0377736293b77d5b1 (diff) | |
download | pkgsrc-dbdf727e211a7c0df47d7ea332d89b6fe60cec6c.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index b55d4ef2829..5f5f03bdb34 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/07/25 00:36:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2000/01/10 01:39:04 wiz Exp $ # DISTNAME= sniffit.0.3.5 @@ -9,9 +9,10 @@ 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 + NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss -DEPENDS= ncurses-4.2:../../devel/ncurses HAS_CONFIGURE= YES CONFIGURE_ENV+= NCURSES_LOCATION=$(LOCALBASE)/include/ncurses.h ALL_TARGET= |