summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-03 19:01:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-03 19:01:11 +0000
commite2687cf2d57d5c608c39e25cabc77e555043d32a (patch)
treef7eb9e16306c8d0c5af4d35c806475b92620af74 /multimedia/mplayer
parent- remove defunct url (diff)
Down-rev the libSDL shared lib version since SDL-1.2.6 has not been
committed yet. Spotted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=90162
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 69604b27184f..67099885077d 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -261,7 +261,7 @@ WITH_SVGALIB= yes
WITH_AALIB= yes
.endif
-.if exists(${LOCALBASE}/lib/libSDL-1.1.so.6)
+.if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
WITH_SDL= yes
WITH_AALIB= yes
.endif