diff options
author | agc <agc@pkgsrc.org> | 2002-01-09 11:15:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-09 11:15:32 +0000 |
commit | c92e35f1bcca634f71e7014db9834a5218cd92e5 (patch) | |
tree | 1e3210813a771ccc997568476a1cac0bd06ee3af /security/tct/Makefile | |
parent | a8a13e35286bc9988738ba6e677502dd269ec408 (diff) | |
download | pkgsrc-c92e35f1bcca634f71e7014db9834a5218cd92e5.tar.gz |
Add a dependency on p5-Date-Manip - without it, mactime won't work.
Pointed out by frazee.23@osu.edu in PR 15184
Diffstat (limited to 'security/tct/Makefile')
-rw-r--r-- | security/tct/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile index 7308aac2144..f3ac81e6897 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/05 16:20:54 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/09 11:15:32 agc Exp $ # DISTNAME= tct-1.09 @@ -9,6 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.porcupine.org/forensics/tct.html COMMENT= programs to aid post-mortem after a break-in +DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip + REPLACE_PERL= bin/grave-robber bin/mactime bin/strip_tct_home REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath REPLACE_PERL+= lazarus/lazarus |