diff options
author | tijl <tijl@FreeBSD.org> | 2018-06-09 17:03:48 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-06-09 17:03:48 +0800 |
commit | 398ed20eb7748b3b37a6b4599570133d13db6c8d (patch) | |
tree | 7e9a622f1f3191572477ba73c93df6857650a73a | |
parent | 38586236eba3627f9a3eea49b3d797c375bf2e7c (diff) | |
download | freebsd-ports-gnome-398ed20eb7748b3b37a6b4599570133d13db6c8d.tar.gz freebsd-ports-gnome-398ed20eb7748b3b37a6b4599570133d13db6c8d.tar.zst freebsd-ports-gnome-398ed20eb7748b3b37a6b4599570133d13db6c8d.zip |
Add build dependency on bison.
Reported by: antoine
-rw-r--r-- | lang/sdcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |