diff options
author | steve <steve@FreeBSD.org> | 2001-12-15 21:39:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-15 21:39:46 +0000 |
commit | e50cb5c9b40fb33828c43257bde5179d502381b3 (patch) | |
tree | 158cbb8639de3e02619891a6217128219aee9f41 /lang | |
parent | 96b37bfdde7d527b5fd408c1e699fafd7142e097 (diff) | |
download | FreeBSD-ports-e50cb5c9b40fb33828c43257bde5179d502381b3.zip FreeBSD-ports-e50cb5c9b40fb33828c43257bde5179d502381b3.tar.gz |
Add USE_BISON=yes because this port requires bison to build.
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bc-gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/bc-gcc/Makefile b/lang/bc-gcc/Makefile index 127a374..2270bfd 100644 --- a/lang/bc-gcc/Makefile +++ b/lang/bc-gcc/Makefile @@ -32,6 +32,7 @@ BROKEN= "can't find /usr/lib/aout/crt0.o" .endif EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${PATCHFILES} +USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ALL_TARGET= bootstrap LANGUAGES=c |