summaryrefslogtreecommitdiff
path: root/security/aide
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 19:11:12 +0000
committerjlam <jlam>2005-05-22 19:11:12 +0000
commit5bc50cfa0e921c9ff61145c62023b2e2dcc094f1 (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /security/aide
parentd47a0264937ff9f454110f919b428457811f67c0 (diff)
downloadpkgsrc-5bc50cfa0e921c9ff61145c62023b2e2dcc094f1.tar.gz
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'security/aide')
-rw-r--r--security/aide/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 4ec8eabcc33..fdbf1c65e64 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/05/15 19:05:54 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/22 19:11:12 jlam Exp $
#
DISTNAME= aide-0.10
@@ -18,8 +18,3 @@ USE_TOOLS+= bison
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-
-.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
-#don't set YACC so configure can correctly find bison
-YACC=
-.endif