diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-20 21:10:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-20 21:10:01 +0000 |
commit | 5404f2479d7a792782bfc88fc5e0c39fa5966aac (patch) | |
tree | 06032434c476d3d36c8062087e67658474958c37 /multimedia/mplayer | |
parent | 617b4c9afa1aca7e5df42490dfd84d51c57826e4 (diff) | |
download | ports-5404f2479d7a792782bfc88fc5e0c39fa5966aac.tar.gz ports-5404f2479d7a792782bfc88fc5e0c39fa5966aac.zip |
Notes
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 846857f891d6..b8adce2f5d50 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -249,7 +249,7 @@ WITH_LIBDV= yes WITH_DVD= yes .endif -.if exists(${LOCALBASE}/lib/libdvdnav.so.1) +.if exists(${LOCALBASE}/lib/libdvdnav.so.3) WITH_LIBDVDNAV= yes .endif @@ -370,7 +370,7 @@ LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread .endif .if defined(WITH_LIBDVDNAV) -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav +LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav CONFIGURE_ARGS+= --enable-dvdnav .else |