diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-08 20:37:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-08 20:37:09 +0000 |
commit | 8fedf277ca0abef8e5170646efbcbeddc491946e (patch) | |
tree | 7b260bb49a64121b6c6115ae8ba4aaaee8ea5905 /games | |
parent | Help out users of cons* terminals other than cons25 by making the (diff) |
Fix dependency: linux-f10-SDL12
Notes
Notes:
svn path=/head/; revision=249450
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-skulltag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-skulltag/Makefile b/games/linux-skulltag/Makefile index e004328e9c76..5d8a9944cf80 100644 --- a/games/linux-skulltag/Makefile +++ b/games/linux-skulltag/Makefile @@ -7,7 +7,7 @@ PORTNAME= skulltag PORTVERSION= 0.9.8a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://skulltag.net/download/files/release/ DISTFILES= st-v098a_linux-base.tar.bz2 st-v098a_linux-x86.tar.bz2 @@ -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-sdl12 + ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.7.3:${PORTSDIR}/devel/linux-f10-sdl12 ONLY_FOR_ARCHS= i386 USE_BZIP2= yes |