diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
commit | 9f94b112f01d9322b4806a06b02bdb565874da4d (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /security | |
parent | f4a7efea2e910e41e2d900bf23cdfe570457ec00 (diff) | |
download | pkgsrc-9f94b112f01d9322b4806a06b02bdb565874da4d.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 7 | ||||
-rw-r--r-- | security/aide06/Makefile | 7 | ||||
-rw-r--r-- | security/mit-krb5/Makefile | 9 |
3 files changed, 3 insertions, 20 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 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 |