-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this needs flex and bison to build. fixes build on Solaris.
XXX this could be handled better by the tools stuff.
- Loading branch information
grant
committed
Jun 27, 2004
1 parent
e14ffac
commit 46af0a9
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | |
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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | |
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= |