diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-02 13:09:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-02 13:09:24 +0000 |
commit | 97faa07285cc4c4c0c2e8858b4e07ec219b24732 (patch) | |
tree | 10d5c4005cd50a2ae11f1d2ca4a71a815f7745b9 | |
parent | 0c8900b9472c3a8f45a08ce6476837cd0abf8a16 (diff) | |
download | pkgsrc-97faa07285cc4c4c0c2e8858b4e07ec219b24732.tar.gz |
Add BUILD_DEPENDS on bison. Should fix bulk build problem.
-rw-r--r-- | devel/rsltc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile index 358743fec39..98d7279347a 100644 --- a/devel/rsltc/Makefile +++ b/devel/rsltc/Makefile @@ -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 @@ MAINTAINER= MarkoSchuetz@web.de 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 |