diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-09 09:03:48 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-09 09:03:48 +0000 |
commit | 65da25e69724e226bb92c5c0eaecab5e5f7cb30e (patch) | |
tree | 7e9a622f1f3191572477ba73c93df6857650a73a /lang/sdcc/Makefile | |
parent | 53b8728bb7c6b7cdbc7be729857e4acb8107cc82 (diff) | |
download | ports-65da25e69724e226bb92c5c0eaecab5e5f7cb30e.tar.gz ports-65da25e69724e226bb92c5c0eaecab5e5f7cb30e.zip |
Notes
Diffstat (limited to 'lang/sdcc/Makefile')
-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 |