summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-23 21:18:09 +0000
committerjlam <jlam@pkgsrc.org>2005-05-23 21:18:09 +0000
commitc897d2aa42d4e57233f662f4a088abaa3e8c8b56 (patch)
tree20700820c71d3d514a771e5b6566a3de88918196 /security
parent2f607065eafb420079a70dcad278b8c66eb2c6e1 (diff)
downloadpkgsrc-c897d2aa42d4e57233f662f4a088abaa3e8c8b56.tar.gz
Remove redundant USE_TOOLS+=bison lines.
Diffstat (limited to 'security')
-rw-r--r--security/aide/Makefile3
-rw-r--r--security/aide06/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 9ddb1c26704..30cf148319b 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/23 21:18:09 jlam Exp $
#
DISTNAME= aide-0.10
@@ -14,7 +14,6 @@ BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
USE_TOOLS+= bison gmake lex
-USE_TOOLS+= bison
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/aide06/Makefile b/security/aide06/Makefile
index 5cfa510ec84..13936404935 100644
--- a/security/aide06/Makefile
+++ b/security/aide06/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/23 21:18:09 jlam Exp $
#
DISTNAME= aide-0.6
@@ -14,6 +14,5 @@ COMMENT= Older intrusion detection system for checking file integrity
GNU_CONFIGURE= yes
USE_TOOLS+= bison lex
-USE_TOOLS+= bison
.include "../../mk/bsd.pkg.mk"