summaryrefslogtreecommitdiff
path: root/net/docsis
diff options
context:
space:
mode:
authorhans <hans>2012-01-14 00:51:36 +0000
committerhans <hans>2012-01-14 00:51:36 +0000
commit5eb7642f96e9452ea147078b58ab528990b5eeb7 (patch)
treeea4a6d56afb97d70d50145fc12aa408e271c83a2 /net/docsis
parent374ca752a15ed38eff6f14c3ab34a8d151fb60ef (diff)
downloadpkgsrc-5eb7642f96e9452ea147078b58ab528990b5eeb7.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/Makefile6
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"