pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Remove redundant USE_TOOLS+=bison lines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a04995e6534a
branches:  trunk
changeset: 494393:a04995e6534a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 23 21:18:09 2005 +0000

description:
Remove redundant USE_TOOLS+=bison lines.

diffstat:

 security/aide/Makefile   |  3 +--
 security/aide06/Makefile |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 13004bcbddca -r a04995e6534a security/aide/Makefile
--- a/security/aide/Makefile    Mon May 23 20:53:27 2005 +0000
+++ b/security/aide/Makefile    Mon May 23 21:18:09 2005 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bison gmake lex
-USE_TOOLS+=    bison
 
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 13004bcbddca -r a04995e6534a security/aide06/Makefile
--- a/security/aide06/Makefile  Mon May 23 20:53:27 2005 +0000
+++ b/security/aide06/Makefile  Mon May 23 21:18:09 2005 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bison lex
-USE_TOOLS+=    bison
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index