summaryrefslogtreecommitdiff
path: root/community/tmw
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-24 19:23:01 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-24 19:23:01 +0100
commit12343b478bc71ad3f92132f559b72a5a5d6da812 (patch)
tree60d1039d4e733cb089818cb8fbef9ecc7df2eab3 /community/tmw
parent32ca3b7151d6442d9699f163c6ef0e5714f9a49e (diff)
tmw depends on glu.
Diffstat (limited to 'community/tmw')
-rw-r--r--community/tmw/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD
index 191048044..a37f7dbc4 100644
--- a/community/tmw/PKGBUILD
+++ b/community/tmw/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://themanaworld.org"
license=('GPL')
depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
- 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+ 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf' 'glu')
makedepends=('cmake' 'mesa')
#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)