ldc: depend on ldc-runtime.
This commit is contained in:
parent
6f4f6ca579
commit
868ca6873c
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="cmake dmd llvm perl pkg-config"
|
||||
makedepends="libconfig-devel libcurl-devel libffi-devel ncurses-devel zlib-devel"
|
||||
depends="ldc-runtime"
|
||||
conf_files="/etc/ldc2.conf"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
|
|
Loading…
Reference in a new issue