From 5eb7642f96e9452ea147078b58ab528990b5eeb7 Mon Sep 17 00:00:00 2001 From: hans Date: Sat, 14 Jan 2012 00:51:36 +0000 Subject: 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. --- net/docsis/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/docsis') diff --git a/net/docsis/Makefile b/net/docsis/Makefile index eec0b17afc7..82d0bcf6e29 100644 --- a/net/docsis/Makefile +++ b/net/docsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:39 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2012/01/14 00:51:36 hans Exp $ # DISTNAME= docsis-0.9.4 @@ -11,10 +11,8 @@ COMMENT= Utility for manipulating DOCSIS-compliant cable modems PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= bison>=1.25:../../devel/bison - GNU_CONFIGURE= YES -USE_TOOLS+= gm4 +USE_TOOLS+= gm4 bison .include "../../net/net-snmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3