aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-03-14 11:56:07 +0800
committerlioux <lioux@FreeBSD.org>2004-03-14 11:56:07 +0800
commit9b2662592f2c4cc1804a528e88614cf768dc0ac6 (patch)
tree468050338f497679da80d0d2ef8e3b4435ec1cd2 /multimedia/mplayer
parent71ce843a4f9ba07f2f773ca7d0e7c5634a19e23a (diff)
downloadfreebsd-ports-graphics-9b2662592f2c4cc1804a528e88614cf768dc0ac6.tar.gz
freebsd-ports-graphics-9b2662592f2c4cc1804a528e88614cf768dc0ac6.tar.zst
freebsd-ports-graphics-9b2662592f2c4cc1804a528e88614cf768dc0ac6.zip
Chase libdv shared library version bump
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index d5d507816cc..ee50ccea642 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -244,7 +244,7 @@ WITH_ARTS= yes
WITH_CDPARANOIA= yes
.endif
-.if exists(${LOCALBASE}/lib/libdv.so.3)
+.if exists(${LOCALBASE}/lib/libdv.a)
WITH_LIBDV= yes
.endif
@@ -394,7 +394,7 @@ CONFIGURE_ARGS+= --disable-gif
.endif
.if defined(WITH_LIBDV)
-LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv
+LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv
CONFIGURE_ARGS+= --enable-libdv
.else