From e50cb5c9b40fb33828c43257bde5179d502381b3 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 15 Dec 2001 21:39:46 +0000 Subject: Add USE_BISON=yes because this port requires bison to build. Approved by: maintainer --- lang/bc-gcc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/bc-gcc/Makefile b/lang/bc-gcc/Makefile index 127a374121c7..2270bfd2e7ad 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 -- cgit