diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-08 11:23:46 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-08 11:23:46 +0000 |
commit | 370307fdbb57cacd2bc9a9e47ab0117e7e594295 (patch) | |
tree | fa16d4c5c32afd5867910406d7eaee9fc853a17a /multimedia/mplayer | |
parent | - Update to 0.88 (diff) |
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=95350
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 2b316fe3c64c..b8ebafd29802 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -170,7 +170,7 @@ PORTNAME= mplayer PORTVERSION= 0.92.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio ipv6 MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -399,7 +399,7 @@ CONFIGURE_ARGS+= --disable-libdv .endif .if defined(WITH_MAD) -LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --enable-mad \ --with-madlibdir=${LOCALBASE}/lib |