diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-16 23:20:29 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-16 23:20:29 +0000 |
commit | 3a1296a0b29456d56803ae5167286a23c32a2040 (patch) | |
tree | afd8a8acaf668ff973782db00f80d4a76010f9da /graphics/mplayer | |
parent | e74f437bf578d74dec0fdbaaab54c5d33a0c06f5 (diff) | |
download | FreeBSD-ports-3a1296a0b29456d56803ae5167286a23c32a2040.zip FreeBSD-ports-3a1296a0b29456d56803ae5167286a23c32a2040.tar.gz |
Chase libdvdcss update 1.1.0 version bump
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index f5ebb4b..265523a 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -76,7 +76,7 @@ SKIN_DETECTION_FILE!= ${MAKE} -f ${SKIN_PORT}/Makefile -V SKIN_DETECTION_FILE .endif .if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.1:${PORTSDIR}/graphics/libdvdcss \ +LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss \ dvdread.2:${PORTSDIR}/graphics/libdvdread .endif |