pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/aide This package needs zlib. Include its bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/128f257ee645
branches:  trunk
changeset: 516493:128f257ee645
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 21 20:26:45 2006 +0000

description:
This package needs zlib.  Include its buildlink3.mk.  This fixes PR 33856.

diffstat:

 security/aide/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5eb17337c264 -r 128f257ee645 security/aide/Makefile
--- a/security/aide/Makefile    Fri Jul 21 19:54:04 2006 +0000
+++ b/security/aide/Makefile    Fri Jul 21 20:26:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/04/06 06:22:37 reed Exp $
+# $NetBSD: Makefile,v 1.26 2006/07/21 20:26:45 minskim Exp $
 #
 
 DISTNAME=       aide-0.10
@@ -16,5 +16,6 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bison flex gmake
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index