diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-31 17:24:34 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-31 17:24:34 +0800 |
commit | 10016600f518b34a5ff6be6bf7465521d25435c0 (patch) | |
tree | 705b6a43daca5aec522334cdd2ef99bae8a68c6a /games | |
parent | 07a6d5ed2484c6def951b5167ac16816d0f9824f (diff) | |
download | freebsd-ports-gnome-10016600f518b34a5ff6be6bf7465521d25435c0.tar.gz freebsd-ports-gnome-10016600f518b34a5ff6be6bf7465521d25435c0.tar.zst freebsd-ports-gnome-10016600f518b34a5ff6be6bf7465521d25435c0.zip |
Attempt to fix the build by fixing the dependency on linux-dsl12
Approved by: maintainer timeout
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 6814a63e762a..e234378049e4 100644 --- a/games/linux-skulltag/Makefile +++ b/games/linux-skulltag/Makefile @@ -15,7 +15,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.11.2:${PORTSDIR}/devel/linux-sdl12 + ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.7.3:${PORTSDIR}/devel/linux-sdl12 ONLY_FOR_ARCHS= i386 USE_BZIP2= yes |