summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ada42c78874b..340c12503d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="3D modeling program"
arch=('x86_64' 'i686')
url="http://www.wings3d.com/"
license=('GPL')
-depends=('esdl')
+depends=('esdl>=1.2-2')
makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray'
'kerkythea: rendering support via Kerkythea')
@@ -31,7 +31,7 @@ build() {
cd "$_pkgname-$pkgver"
export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
- make
+ make
make lang
}