aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-01 20:07:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-01 20:07:41 +0000
commitec270dcee197555021511e673812ec281c2a3a32 (patch)
tree83526f4ea3ccbabc5b141ba3c2eab9717b04a44c /multimedia/mplayer
parent03a330d56321a935bc6e30a70ad5d1940b65a37c (diff)
downloadports-ec270dcee197555021511e673812ec281c2a3a32.tar.gz
ports-ec270dcee197555021511e673812ec281c2a3a32.zip
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 31cf6df64caf..509f2a5a6cd2 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -507,7 +507,7 @@ CONFIGURE_ARGS+= --disable-xmms
.if !defined(WITHOUT_DTS)
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-libdts
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts
+LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca
.else
CONFIGURE_ARGS+= --disable-libdts
.endif