diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 18:14:51 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 18:14:51 +0800 |
commit | 98bd8a1a27698bc4ade5ab4310d4b9b838d4749a (patch) | |
tree | a2573df4737002328cb9f491952d08166b1c3b29 /security | |
parent | d2795c4cca6f76ef687f37f3a298e99cfc1a214f (diff) | |
download | freebsd-ports-gnome-98bd8a1a27698bc4ade5ab4310d4b9b838d4749a.tar.gz freebsd-ports-gnome-98bd8a1a27698bc4ade5ab4310d4b9b838d4749a.tar.zst freebsd-ports-gnome-98bd8a1a27698bc4ade5ab4310d4b9b838d4749a.zip |
Depend on p5-Time-modules rather than p5-Time.
Diffstat (limited to 'security')
-rw-r--r-- | security/snortsnarf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 38511e4f36a5..52f66dae3dcf 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -14,7 +14,7 @@ DISTNAME= SnortSnarf-${PORTVERSION}.1 MAINTAINER= kris@FreeBSD.org COMMENT= Generate HTML report summaries from snort incident alerts -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes |