diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-12 06:36:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-12 06:36:46 +0000 |
commit | 473d987eaf100b3d1c29fd9f756bc752d9a5fdec (patch) | |
tree | 04ec8a9ddbf21f20c6314d2c9ccc09de340ae282 /multimedia/mplayer | |
parent | c7615f6eb0fed5cd831f702c120b0c208eefb0a7 (diff) | |
download | ports-473d987eaf100b3d1c29fd9f756bc752d9a5fdec.tar.gz ports-473d987eaf100b3d1c29fd9f756bc752d9a5fdec.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 074832feffcf..db2d566505e5 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -440,7 +440,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg WITH_XANIM= yes .endif -.if exists(${LOCALBASE}/lib/RealPlayer/realplay.bin) +.if exists(${X11BASE}/lib/RealPlayer/realplay.bin) WITH_REALPLAYER= yes .endif @@ -738,7 +738,7 @@ LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .if defined(WITH_REALPLAYER) CONFIGURE_ARGS+= --enable-real \ - --with-reallibdir=${LOCALBASE}/lib/RealPlayer/codecs + --with-reallibdir=${X11BASE}/lib/RealPlayer/codecs RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer .endif |