diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-15 14:53:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-15 14:53:04 +0000 |
commit | 2525da19d2e51bc77ebe8a95af62ca43c201e5c7 (patch) | |
tree | 719bbc92c5a80a70332e08e6ec9f720458ed690f /www/lighttpd-mod_h264_streaming | |
parent | 7341121d11518b71dfc9c4455a73e0851d92ad6e (diff) | |
download | ports-2525da19d2e51bc77ebe8a95af62ca43c201e5c7.tar.gz ports-2525da19d2e51bc77ebe8a95af62ca43c201e5c7.zip |
- Mark Broken (incompatibility with new Lighttpd API)
PR: 205278
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4582
Notes
Notes:
svn path=/head/; revision=403783
Diffstat (limited to 'www/lighttpd-mod_h264_streaming')
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index abbf7b303a05..d67fe3af80dd 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -8,6 +8,8 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= H264 streaming module for lighttpd +BROKEN= incompatibility with new Lighttpd API + BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |