From 398ed20eb7748b3b37a6b4599570133d13db6c8d Mon Sep 17 00:00:00 2001 From: tijl Date: Sat, 9 Jun 2018 09:03:48 +0000 Subject: Add build dependency on bison. Reported by: antoine --- lang/sdcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 77b8f6d96668..991abcc8ff6d 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-l CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes -USES= gmake readline:port python:2.7,run shebangfix tar:bzip2 +USES= bison gmake readline:port python:2.7,run shebangfix tar:bzip2 SHEBANG_FILES= support/scripts/as2gbmap.py OPTIONS_DEFINE= DEVLIB DOCS UCSIM -- cgit