diff options
author | snj <snj> | 2004-04-25 02:51:39 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 02:51:39 +0000 |
commit | 484621e979439cfdf09e9f70c04aa91ada1ed9c1 (patch) | |
tree | fd758cb3eab37e1804a779f43cbf0fdea9ba0d33 /security/aide | |
parent | df6ab20e87ac33c7751250b227e3f911f57f8915 (diff) | |
download | pkgsrc-484621e979439cfdf09e9f70c04aa91ada1ed9c1.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" |