aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-12-16 13:40:12 +0800
committerlinimon <linimon@FreeBSD.org>2007-12-16 13:40:12 +0800
commit16bc066283b248518aea4bb9e60152d2799239b0 (patch)
treeab0c6053335f97edcfc7bd2eabeb33dc59be9e31 /net
parent7397e3732fdfc542debc81906e8df201a3de16b3 (diff)
downloadfreebsd-ports-graphics-16bc066283b248518aea4bb9e60152d2799239b0.tar.gz
freebsd-ports-graphics-16bc066283b248518aea4bb9e60152d2799239b0.tar.zst
freebsd-ports-graphics-16bc066283b248518aea4bb9e60152d2799239b0.zip
There is no need to explictly list libdvdcss, it is brought in by
libdvdread.
Diffstat (limited to 'net')
-rw-r--r--net/vls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile
index da575fcd326..892d787cb75 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