diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /multimedia/mplayer/Makefile | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'multimedia/mplayer/Makefile')
-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 011b0c5..2b316fe 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -257,7 +257,7 @@ WITH_LIBDVDNAV= yes WITH_LIBUNGIF= yes .endif -.if exists(${LOCALBASE}/lib/libmad.so.1) +.if exists(${LOCALBASE}/lib/libmad.so.2) WITH_MAD= yes .endif @@ -399,7 +399,7 @@ CONFIGURE_ARGS+= --disable-libdv .endif .if defined(WITH_MAD) -LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad CONFIGURE_ARGS+= --enable-mad \ --with-madlibdir=${LOCALBASE}/lib |