diff options
author | edwin <edwin@FreeBSD.org> | 2010-02-09 04:37:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-02-09 04:37:09 +0800 |
commit | e69771b884d62141f3f15529d9bd9a6cfb6db1d7 (patch) | |
tree | 91adc28313a4f212a06518cfddc9ec3d7d6c0ba4 /games | |
parent | bec7be238bf671f0577cc73d204c43e358eb6881 (diff) | |
download | freebsd-ports-gnome-e69771b884d62141f3f15529d9bd9a6cfb6db1d7.tar.gz freebsd-ports-gnome-e69771b884d62141f3f15529d9bd9a6cfb6db1d7.tar.zst freebsd-ports-gnome-e69771b884d62141f3f15529d9bd9a6cfb6db1d7.zip |
Fix dependency: linux-f10-SDL12
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 |