diff options
author | wiz <wiz> | 2002-07-12 18:29:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-12 18:29:15 +0000 |
commit | 33c4f4bcfe662807b1ce0f168e77bba304aeac82 (patch) | |
tree | 8138c7c5782dea220e3e0f0244f7874446beb17c /security/snortsnarf | |
parent | 0fa24a0b4b2ba026a9648dde37b0ef83f2ba3b79 (diff) | |
download | pkgsrc-33c4f4bcfe662807b1ce0f168e77bba304aeac82.tar.gz |
Add version number to depends line.
Diffstat (limited to 'security/snortsnarf')
-rw-r--r-- | security/snortsnarf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 4b9341c918e..d64d70a1f69 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/12 16:38:53 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/12 18:29:15 wiz Exp $ # DISTNAME= SnortSnarf-020516.1 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.silicondefense.com/software/snortsnarf/ COMMENT= Generate HTML report summaries from snort incident alerts -DEPENDS+= p5-Time:../../time/p5-Time +DEPENDS+= p5-Time>=101.062101:../../time/p5-Time USE_PERL5= YES REPLACE_PERL= ${WRKSRC}/snortsnarf.pl |