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 /net/docsis | |
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 'net/docsis')
-rw-r--r-- | net/docsis/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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" |