diff options
author | Yasuhiro Kimura <yasu@utahime.org> | 2021-05-15 06:50:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 07:14:04 +0000 |
commit | 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 (patch) | |
tree | fe4be6c86d5ebad1e08ad79d5ed6ba427147cd8e /lang/sdcc/Makefile | |
parent | 4032ece1e981d7f4f214aeebb25dfcf22a625d2b (diff) | |
download | ports-9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2.tar.gz ports-9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2.zip |
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 8607ea79da7a..ffb10c94f599 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -18,7 +18,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= autoreconf:build bison compiler:c++11-lang gmake \ - readline:port python shebangfix tar:bzip2 + readline python shebangfix tar:bzip2 SHEBANG_FILES= support/scripts/as2gbmap.py TEST_WRKSRC= ${WRKSRC}/support/regression TEST_ARGS= --no-print-directory # tons of them, way too annoying |