diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 02:51:39 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 02:51:39 +0000 |
commit | f0872fe0d89c847b3f3c471ab982f4547bc28e5b (patch) | |
tree | fd758cb3eab37e1804a779f43cbf0fdea9ba0d33 /security/aide | |
parent | 4a67b2d2c32d9508268d918f649787df7ef0f94e (diff) | |
download | pkgsrc-f0872fe0d89c847b3f3c471ab982f4547bc28e5b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index e359175d8a6..7e272c35e76 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:04 martti Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $ # DISTNAME= aide-0.9 @@ -13,11 +13,11 @@ COMMENT= Free intrusion detection system for checking file integrity BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17 -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= yes #don't set YACC so configure can correctly find bison YACC= -.include "../../security/mhash/buildlink2.mk" +.include "../../security/mhash/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |