summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-14 00:51:36 +0000
committerhans <hans@pkgsrc.org>2012-01-14 00:51:36 +0000
commit3a3fe8e873eb78efc8e81563a2581004ad5d9bc1 (patch)
treeea4a6d56afb97d70d50145fc12aa408e271c83a2 /print
parentcb5897adcb7b419f3b5e722e3335f5b9330562f4 (diff)
downloadpkgsrc-3a3fe8e873eb78efc8e81563a2581004ad5d9bc1.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 'print')
-rw-r--r--print/bww2tex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile
index 7f89c5475c0..9885e778d61 100644
--- a/print/bww2tex/Makefile
+++ b/print/bww2tex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/07/14 12:56:11 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2012/01/14 00:51:37 hans Exp $
#
DISTNAME= bww2tex-2.00
@@ -12,7 +12,7 @@ COMMENT= Bagpipe Music Writer Gold to BagpipeTeX converter
PKG_DESTDIR_SUPPORT= user-destdir
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+USE_TOOLS+= bison
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes