diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
commit | c400a2c8b66ef7d81b63a185371097fcd14de2f7 (patch) | |
tree | f71697e1f45a6271e1a15499aca86ed380d94710 /audio/forked-daapd/Makefile | |
parent | c27599182b75f6ae7b04d33b80e60bfb8b2dc111 (diff) |
Notes
Diffstat (limited to 'audio/forked-daapd/Makefile')
-rw-r--r-- | audio/forked-daapd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index 817e2f247478..04cf1120cb83 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -3,7 +3,7 @@ PORTNAME= forked-daapd PORTVERSION= 24.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= takumiiinn@gmail.com @@ -12,6 +12,8 @@ COMMENT= DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with ffmpeg 4.0 + BUILD_DEPENDS= antlr3:devel/antlr3 LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libavahi-client.so:net/avahi-app \ |