From 9f94b112f01d9322b4806a06b02bdb565874da4d Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 May 2005 19:11:12 +0000 Subject: Remove the old tools framework and references to _USE_NEW_TOOLS. --- security/aide/Makefile | 7 +------ security/aide06/Makefile | 7 +------ security/mit-krb5/Makefile | 9 +-------- 3 files changed, 3 insertions(+), 20 deletions(-) (limited to 'security') 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 diff --git a/security/aide06/Makefile b/security/aide06/Makefile index 6940e0badbc..5b836668e56 100644 --- a/security/aide06/Makefile +++ b/security/aide06/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/15 19:05:54 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/22 19:11:12 jlam Exp $ # DISTNAME= aide-0.6 @@ -17,8 +17,3 @@ USE_GNU_TOOLS+= yacc lex USE_TOOLS+= bison .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 diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index dd63fdee848..c695c91f5c7 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/16 16:32:28 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/22 19:11:12 jlam Exp $ DISTNAME= krb5-1.4 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -21,13 +21,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFLICTS+= heimdal-[0-9]* CONFLICTS+= kth-krb4-[0-9]* -.if empty(_USE_NEW_TOOLS:M[yY][eE][sS]) -.if !exists(/usr/bin/yacc) -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -YACC= ${LOCALBASE}/bin/bison -y -.endif -.endif - PKGSRC_USE_TOOLS+= gzcat USE_TOOLS+= yacc GNU_CONFIGURE= yes -- cgit v1.2.3