diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-03 19:01:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-03 19:01:11 +0000 |
commit | 6e59a926677cd8604f9903f8dbcc3af417956455 (patch) | |
tree | abf3d3bdfd934c8195e534ca6bc8aa390fb48505 /multimedia | |
parent | 091549e9a80e7f85b28efda673954017f6690c2c (diff) | |
download | FreeBSD-ports-6e59a926677cd8604f9903f8dbcc3af417956455.zip FreeBSD-ports-6e59a926677cd8604f9903f8dbcc3af417956455.tar.gz |
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 69604b2..6709988 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 |