Add a dependency on p5-Date-Manip - without it, mactime won't work.
Pointed out by frazee.23@osu.edu in PR 15184
This commit is contained in:
parent
a8a13e3528
commit
c92e35f1bc
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue