svn commit: r472047 - head/lang/sdcc

Tijl Coosemans tijl at FreeBSD.org
Sat Jun 9 09:03:49 UTC 2018


Author: tijl
Date: Sat Jun  9 09:03:48 2018
New Revision: 472047
URL: https://svnweb.freebsd.org/changeset/ports/472047

Log:
  Add build dependency on bison.
  
  Reported by:	antoine

Modified:
  head/lang/sdcc/Makefile

Modified: head/lang/sdcc/Makefile
==============================================================================
--- head/lang/sdcc/Makefile	Sat Jun  9 09:03:09 2018	(r472046)
+++ head/lang/sdcc/Makefile	Sat Jun  9 09:03:48 2018	(r472047)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/adjace
 
 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


More information about the svn-ports-all mailing list