diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-10 20:09:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-10 20:09:18 +0000 |
commit | 8caad26d952ad5ce0a741138ed8dcfa11b14c21f (patch) | |
tree | 05bb6efa3935474ce560bed471e153b38008e669 /textproc | |
parent | 80d9f727471692707d819964d6c85866e79d2619 (diff) | |
download | pkgsrc-8caad26d952ad5ce0a741138ed8dcfa11b14c21f.tar.gz |
Use USE_TOOLS instead of BUILD_DEPENDS for bison.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yodl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 8404008aa69..662d91af429 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/10 20:09:18 minskim Exp $ DISTNAME= yodl-1.31.18 PKGREVISION= 4 @@ -9,10 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xs4all.nl/~jantien/yodl/ COMMENT= High-level document preparation system -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= bison gmake MAKEFILE= GNUmakefile CONFIGURE_ENV+= ILDFLAGS=${LDFLAGS:Q} |