diff options
author | hans <hans> | 2012-01-14 00:51:36 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 00:51:36 +0000 |
commit | b742746fafa05cdd31cbe05af29746bc6a45104c (patch) | |
tree | ea4a6d56afb97d70d50145fc12aa408e271c83a2 /security | |
parent | bd7e9eafc84e44a81ae26c6977a7b6fbbf3a4648 (diff) | |
download | pkgsrc-b742746fafa05cdd31cbe05af29746bc6a45104c.tar.gz |
Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
Diffstat (limited to 'security')
-rw-r--r-- | security/aide06/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/aide06/Makefile b/security/aide06/Makefile index 6a05fe81b2f..52e9112c324 100644 --- a/security/aide06/Makefile +++ b/security/aide06/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/14 00:51:36 hans Exp $ # DISTNAME= aide-0.6 @@ -12,8 +12,6 @@ COMMENT= Older intrusion detection system for checking file integrity PKG_DESTDIR_SUPPORT= user-destdir -#BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - GNU_CONFIGURE= yes USE_TOOLS+= bison flex |