diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-10 11:45:48 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-10 11:45:48 +0000 |
commit | ccddc0cc38c53896246b52ec50bf566d7c284d83 (patch) | |
tree | d876a32eebac5c7f9e40fc0d707b48cbe7e13995 /multimedia/mplayer | |
parent | 72afd714e6170fb7120db30a3c9becf5c4c99e1f (diff) | |
download | FreeBSD-ports-ccddc0cc38c53896246b52ec50bf566d7c284d83.zip FreeBSD-ports-ccddc0cc38c53896246b52ec50bf566d7c284d83.tar.gz |
- Chase x264 libver bump
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 7d7f2d8..790f716 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -270,7 +270,7 @@ PORTNAME= mplayer PORTVERSION= 0.99.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia audio ipv6 MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -407,7 +407,7 @@ WITH_SVGALIB= yes WITH_THEORA= yes .endif -.if exists(${LOCALBASE}/lib/libx264.so.1) +.if exists(${LOCALBASE}/lib/libx264.so.47) WITH_X264= yes .endif @@ -692,7 +692,7 @@ CONFIGURE_ARGS+= --disable-theora .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 .else CONFIGURE_ARGS+= --disable-x264 .endif |