pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/yodl Use USE_TOOLS instead of BUILD_DEPENDS f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53d57e4bd577
branches:  trunk
changeset: 514325:53d57e4bd577
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 10 20:09:18 2006 +0000

description:
Use USE_TOOLS instead of BUILD_DEPENDS for bison.

diffstat:

 textproc/yodl/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 848ef719779c -r 53d57e4bd577 textproc/yodl/Makefile
--- a/textproc/yodl/Makefile    Sat Jun 10 20:06:56 2006 +0000
+++ b/textproc/yodl/Makefile    Sat Jun 10 20:09:18 2006 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index