diff options
author | bapt <bapt@FreeBSD.org> | 2016-08-01 01:44:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-08-01 01:44:10 +0800 |
commit | 64cab8851ddc31faaf7f43fe10a08db361776627 (patch) | |
tree | f00c73266c394d7c6024dcd9d8ec83cf30e21f23 /audio | |
parent | a8ca7c882c4b364abff33208ec9ba88e1c6489e8 (diff) | |
download | freebsd-ports-gnome-64cab8851ddc31faaf7f43fe10a08db361776627.tar.gz freebsd-ports-gnome-64cab8851ddc31faaf7f43fe10a08db361776627.tar.zst freebsd-ports-gnome-64cab8851ddc31faaf7f43fe10a08db361776627.zip |
Remove build dependency on bison, it actually works perfectly yacc
both the old available on 9 and the new in 10+
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sfront/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index ab4dbdd12b8d..ebc229034a39 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -11,8 +11,6 @@ COMMENT= Translator that converts MP4-SA files into efficient C programs LICENSE= BSD3CLAUSE -USES= bison - MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= ${PORTNAME} |