diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 04:54:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 04:54:46 +0000 |
commit | 16bd1ae92ef7f3f3a82361118cc1ceab2807c64d (patch) | |
tree | 27d6868e6259845ebc12e8095676a12a4922afb2 /net | |
parent | - Fix error to build on 4.X (diff) |
Mark as broken: fails to install.
Notes
Notes:
svn path=/head/; revision=167747
Diffstat (limited to 'net')
-rw-r--r-- | net/vls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile index fc50d8522a7f..4d3647095398 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/vls/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Broadcasts MPEG(1/2/4, PS/TS) video streams +BROKEN= fails to install + LIB_DEPENDS= dvbpsi.4:${PORTSDIR}/multimedia/libdvbpsi .if !defined(WITHOUT_DVD) LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ |