summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-07 03:55:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-07 03:55:08 +0000
commitd59994474ca4d104fc64238077b2a5db7fd783c6 (patch)
treec836b72173aac32540f06828f8aaaaecab519679 /multimedia/mplayer
parentadd glgraph 0.2.6 (diff)
devel/sdl12 has been upgraded to shlib version 5.
Notes
Notes: svn path=/head/; revision=72666
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index ef002cf3d341..9bc2638c27b5 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -58,7 +58,7 @@ WITH_DVD= yes
WITH_SVGALIB= yes
.endif
-.if exists(${LOCALBASE}/lib/libSDL-1.1.so.4)
+.if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
WITH_SDL= yes
.endif