1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

devel/sdl12 has been upgraded to shlib version 5.

This commit is contained in:
Edwin Groothuis 2003-01-07 03:55:08 +00:00
parent 2841e1e665
commit d59994474c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72666
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ WITH_LIBMOVTAR= yes
WITH_QUICKTIME= yes
.endif
# SDL
.if exists(${LOCALBASE}/lib/libSDL-1.1.so.4)
.if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
WITH_SDL= yes
.endif

View File

@ -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