diff options
author | edwin <edwin@FreeBSD.org> | 2010-02-09 04:39:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-02-09 04:39:30 +0800 |
commit | 3bb9fd7213447af2c2bfc5ab3c5b8c760d364f07 (patch) | |
tree | c915bd2c9c5e174b22369c933ea162a1f925b691 /games | |
parent | e69771b884d62141f3f15529d9bd9a6cfb6db1d7 (diff) | |
download | freebsd-ports-gnome-3bb9fd7213447af2c2bfc5ab3c5b8c760d364f07.tar.gz freebsd-ports-gnome-3bb9fd7213447af2c2bfc5ab3c5b8c760d364f07.tar.zst freebsd-ports-gnome-3bb9fd7213447af2c2bfc5ab3c5b8c760d364f07.zip |
Also, fix the version of the libSDL to check for.
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-skulltag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |