diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-12-16 05:40:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-12-16 05:40:12 +0000 |
commit | adc4e4fb0dcbe29cbd4235ebd41f8c86447306c6 (patch) | |
tree | 69b9e344175da1a563c8f1bb360a1d50393387bc /net | |
parent | - Update to 1.00 (diff) |
There is no need to explictly list libdvdcss, it is brought in by
libdvdread.
Diffstat (limited to 'net')
-rw-r--r-- | net/vls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile index da575fcd3263..892d787cb755 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -16,8 +16,7 @@ COMMENT= Broadcasts MPEG(1/2/4, PS/TS) video streams LIB_DEPENDS= dvbpsi.4:${PORTSDIR}/multimedia/libdvbpsi .if !defined(WITHOUT_DVD) -LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ - dvdread.5:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS+= dvdread.5:${PORTSDIR}/multimedia/libdvdread .endif USE_BZIP2= yes |