summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-03-15 16:57:31 +0000
committertnn <tnn>2015-03-15 16:57:31 +0000
commitd7f821ce477f0f9bf137fad46f163821fdfe2245 (patch)
tree054d5b730ed24d8a10560a4a4bd397681d3e5f2d
parente4ec6dba97a8ebe1e3847b815add64ef42524438 (diff)
downloadpkgsrc-d7f821ce477f0f9bf137fad46f163821fdfe2245.tar.gz
needs lex & yacc
-rw-r--r--security/tripwire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 04b23b8ef8d..31ec284456d 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/10/23 18:17:01 asau Exp $
+# $NetBSD: Makefile,v 1.35 2015/03/15 16:57:31 tnn Exp $
#
DISTNAME= tripwire-1.2
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cerias.purdue.edu/about/history/coast/coast-library.html
COMMENT= File and directory integrity checker
-USE_TOOLS+= pax
+USE_TOOLS+= pax lex yacc
MAKE_JOBS_SAFE= NO
ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-*