Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 17:44:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419396 - head/audio/sfront
Message-ID:  <201607311744.u6VHiAH5071007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311744.u6VHiAH5071007>