pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rsltc Add BUILD_DEPENDS on bison. Should fix bul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7ba73a40cbd
branches:  trunk
changeset: 484990:d7ba73a40cbd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 02 13:09:24 2004 +0000

description:
Add BUILD_DEPENDS on bison. Should fix bulk build problem.

diffstat:

 devel/rsltc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fbb058fd32cf -r d7ba73a40cbd devel/rsltc/Makefile
--- a/devel/rsltc/Makefile      Thu Dec 02 12:54:26 2004 +0000
+++ b/devel/rsltc/Makefile      Thu Dec 02 13:09:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/30 08:24:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/02 13:09:24 wiz Exp $
 #
 
 DISTNAME=              rsltcsrc
@@ -11,6 +11,7 @@
 HOMEPAGE=              http://www.iist.unu.edu/newrh/III/3/1/page.html
 COMMENT=               RAISE Specification Language Type Checker
 
+BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
 DEPENDS+=              gentle>=97:../../devel/gentle
 
 MAKEFILE=              make_sunos



Home | Main Index | Thread Index | Old Index