summaryrefslogtreecommitdiff
path: root/security/aide06
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-27 13:23:40 +0000
committergrant <grant@pkgsrc.org>2004-06-27 13:23:40 +0000
commit46af0a928280097fed09fc8c03c51554fcb22d53 (patch)
tree646b129a7e46cb292588bfbef86c317b0dc7b781 /security/aide06
parente14ffac7c8a0448c53d93f25505a218f0890de40 (diff)
downloadpkgsrc-46af0a928280097fed09fc8c03c51554fcb22d53.tar.gz
this needs flex and bison to build. fixes build on Solaris.
XXX this could be handled better by the tools stuff.
Diffstat (limited to 'security/aide06')
-rw-r--r--security/aide06/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/aide06/Makefile b/security/aide06/Makefile
index 9bbcd65321e..ca8b0216c2c 100644
--- a/security/aide06/Makefile
+++ b/security/aide06/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/26 04:24:43 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/27 13:23:40 grant Exp $
#
DISTNAME= aide-0.6
@@ -9,11 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Older intrusion detection system for checking file integrity
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+#BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
GNU_CONFIGURE= yes
-#don't set YACC so configure can correctly find bison
-YACC=
USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= yacc lex
.include "../../mk/bsd.pkg.mk"
+#don't set YACC so configure can correctly find bison
+YACC=