summaryrefslogtreecommitdiff
path: root/security/aide/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-06-27 13:23:40 +0000
committergrant <grant>2004-06-27 13:23:40 +0000
commit6c2e275fc9b996c8f4588568b72b3ff906276117 (patch)
tree646b129a7e46cb292588bfbef86c317b0dc7b781 /security/aide/Makefile
parent7e4fb42b8776022be8962455ca641063d717168a (diff)
downloadpkgsrc-6c2e275fc9b996c8f4588568b72b3ff906276117.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/aide/Makefile')
-rw-r--r--security/aide/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 7e272c35e76..b229d3af504 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/27 13:24:49 grant Exp $
#
DISTNAME= aide-0.9
@@ -10,14 +10,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Free intrusion detection system for checking file integrity
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-#don't set YACC so configure can correctly find bison
-YACC=
+USE_GNU_TOOLS+= lex yacc
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+#don't set YACC so configure can correctly find bison
+YACC=