author | andyq <andyq> | 2003-01-28 21:37:32 (UTC) |
---|---|---|
committer | andyq <andyq> | 2003-01-28 21:37:32 (UTC) |
commit | f5daeb3ebdf8a53e417c742376f8761b3dbb270f (patch) (unidiff) | |
tree | 3c579a816fd7271d7aa249875df7df3970553132 | |
parent | c73371101f28e1c28837b35c62fde18f16dfb32f (diff) | |
download | opie-f5daeb3ebdf8a53e417c742376f8761b3dbb270f.zip opie-f5daeb3ebdf8a53e417c742376f8761b3dbb270f.tar.gz opie-f5daeb3ebdf8a53e417c742376f8761b3dbb270f.tar.bz2 |
fixed depends field
-rw-r--r-- | noncore/games/sfcave-sdl/sfcave-sdl.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.control b/noncore/games/sfcave-sdl/sfcave-sdl.control index bee491a..c017280 100644 --- a/noncore/games/sfcave-sdl/sfcave-sdl.control +++ b/noncore/games/sfcave-sdl/sfcave-sdl.control | |||
@@ -5,6 +5,6 @@ Section: Games | |||
5 | Version: $QPE_VERSION-$SUB_VERSION | 5 | Version: $QPE_VERSION-$SUB_VERSION |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) | 7 | Maintainer: Andy Qua (andy.qua@blueyonder.co.uk) |
8 | Depends: libSDL libSDL_-mixer libSDL-image libSDL-gfx | 8 | Depends: libSDL,libSDL_-mixer,libSDL-image,libSDL-gfx |
9 | Description: SFCave SDL for the Zaurus. Fly though the cave avoiding the walls. | 9 | Description: SFCave SDL for the Zaurus. Fly though the cave avoiding the walls. |
10 | 10 | ||