diff options
author | abs <abs@pkgsrc.org> | 2009-06-09 17:34:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-06-09 17:34:50 +0000 |
commit | ba417ad3a80c7f9ceaf7c875eedc382ff5baacdf (patch) | |
tree | 589d1785707928279d00579759bacd64aba16c75 /security | |
parent | acfe23ab4308615cac663dfb90dc27bb4955d285 (diff) | |
download | pkgsrc-ba417ad3a80c7f9ceaf7c875eedc382ff5baacdf.tar.gz |
Switch p5-Time depends to p5-Time-modules
Diffstat (limited to 'security')
-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 1c38de65926..aface57747f 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/06/09 17:34:50 abs Exp $ # DISTNAME= SnortSnarf-050314.1 @@ -10,7 +10,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.silicondefense.com/software/snortsnarf/ COMMENT= Generate HTML report summaries from snort incident alerts -DEPENDS+= p5-Time>=101.062101:../../time/p5-Time +DEPENDS+= p5-Time-modules>=101.062101:../../time/p5-Time-modules NO_BUILD= YES |