dmd: depend on libphobos and gcc.
This commit is contained in:
parent
b3c4a16918
commit
07d46f2d16
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'dmd'
|
||||
pkgname=dmd
|
||||
version=2.061
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="dmd2"
|
||||
subpackages="libphobos"
|
||||
makedepends="unzip"
|
||||
short_desc="The Digital Mars D compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.digitalmars.com/d/2.0/"
|
||||
|
@ -19,6 +17,9 @@ elif [ "$XBPS_MACHINE" = "i686" ]; then
|
|||
fi
|
||||
|
||||
disable_debug=yes
|
||||
subpackages="libphobos"
|
||||
makedepends="unzip"
|
||||
depends="libphobos>=${version} gcc"
|
||||
|
||||
do_build() {
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue