summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b643a7e244af..fcd577601b8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = wings3d
depends = esdl
depends = bash
depends = desktop-file-utils
+ depends = cl
optdepends = povray: rendering support via POV-Ray
replaces = wings
replaces = wings-devel
diff --git a/PKGBUILD b/PKGBUILD
index 3b865857254e..6d720bf0eb2b 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' 'bash' 'desktop-file-utils')
+depends=('esdl' 'bash' 'desktop-file-utils' 'cl')
makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray')
# 'kerkythea: rendering support via Kerkythea'