diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-19 21:29:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-19 21:29:00 +0000 |
commit | 5b69ccdb1287bdbe7e5617104857f405e28a1782 (patch) | |
tree | aa7a89771747a0ba02b79e61abe30040764174f2 /multimedia/mplayer/Makefile | |
parent | Update to 3.0.1 rc8. (diff) |
Remove unnecessary dependency on libdvdcss, it is now a dependency
under libdvdread
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 6111aaead01f..a467fbcd3317 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -76,8 +76,7 @@ SKIN_DETECTION_FILE!= ${MAKE} -f ${SKIN_PORT}/Makefile -V SKIN_DETECTION_FILE .endif .if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread +LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread .endif .if defined(WITH_SVGALIB) |