summaryrefslogtreecommitdiff
path: root/security/aide
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-21 20:26:45 +0000
committerminskim <minskim>2006-07-21 20:26:45 +0000
commitb9bd122bf4400a0aff0ae6f3ed1b5cec739a1811 (patch)
tree15cbfa422ab47ac289c2c64c35601bcc1c692992 /security/aide
parent70023a14acf7e980d0901e8200db6c0fe8a93951 (diff)
downloadpkgsrc-b9bd122bf4400a0aff0ae6f3ed1b5cec739a1811.tar.gz
This package needs zlib. Include its buildlink3.mk. This fixes PR 33856.
Diffstat (limited to 'security/aide')
-rw-r--r--security/aide/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 4cb8ae16c26..16f8e8ea8b4 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -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 @@ BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex gmake
+.include "../../devel/zlib/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"