diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-03 19:01:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-03 19:01:11 +0000 |
commit | e2687cf2d57d5c608c39e25cabc77e555043d32a (patch) | |
tree | f7eb9e16306c8d0c5af4d35c806475b92620af74 /multimedia | |
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>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
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 |