From 544938127e77033473ea1ead61c172a8ec3dba72 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 8 Feb 2010 20:39:30 +0000 Subject: [PATCH] Also, fix the version of the libSDL to check for. --- games/linux-skulltag/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/linux-skulltag/Makefile b/games/linux-skulltag/Makefile index 5d8a9944cf80..6fc541d8f210 100644 --- a/games/linux-skulltag/Makefile +++ b/games/linux-skulltag/Makefile @@ -16,7 +16,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Doom/Doom2/Heretic engine RUN_DEPENDS= ${LINUXBASE}/lib/libfmodexp-4.24.16.so:${PORTSDIR}/audio/linux-fmodapi \ - ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.7.3:${PORTSDIR}/devel/linux-f10-sdl12 + ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.2:${PORTSDIR}/devel/linux-f10-sdl12 ONLY_FOR_ARCHS= i386 USE_BZIP2= yes