summaryrefslogtreecommitdiff
path: root/security/aide
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 19:11:12 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 19:11:12 +0000
commit9f94b112f01d9322b4806a06b02bdb565874da4d (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /security/aide
parentf4a7efea2e910e41e2d900bf23cdfe570457ec00 (diff)
downloadpkgsrc-9f94b112f01d9322b4806a06b02bdb565874da4d.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