diff options
author | bland <bland@FreeBSD.org> | 2003-12-08 19:23:46 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-08 19:23:46 +0800 |
commit | d1fcf0777f4a088dc58e23a2109b70354d59424c (patch) | |
tree | 8c812c37dd2b88b0d54d7433ee6bdd2f2b446096 /multimedia | |
parent | 8ab0e190d1450721db722601d4dfb945a26f7c9e (diff) | |
download | freebsd-ports-gnome-d1fcf0777f4a088dc58e23a2109b70354d59424c.tar.gz freebsd-ports-gnome-d1fcf0777f4a088dc58e23a2109b70354d59424c.tar.zst freebsd-ports-gnome-d1fcf0777f4a088dc58e23a2109b70354d59424c.zip |
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
Diffstat (limited to 'multimedia')
-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 |