svn commit: r419396 - head/audio/sfront

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 31 17:44:11 UTC 2016


Author: bapt
Date: Sun Jul 31 17:44:10 2016
New Revision: 419396
URL: https://svnweb.freebsd.org/changeset/ports/419396

Log:
  Remove build dependency on bison, it actually works perfectly yacc
  both the old available on 9 and the new in 10+

Modified:
  head/audio/sfront/Makefile

Modified: head/audio/sfront/Makefile
==============================================================================
--- head/audio/sfront/Makefile	Sun Jul 31 16:59:05 2016	(r419395)
+++ head/audio/sfront/Makefile	Sun Jul 31 17:44:10 2016	(r419396)
@@ -11,8 +11,6 @@ COMMENT=	Translator that converts MP4-SA
 
 LICENSE=	BSD3CLAUSE
 
-USES=		bison
-
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	${PORTNAME}
 


More information about the svn-ports-head mailing list