diff options
Diffstat (limited to 'testing/mono/APKBUILD')
-rw-r--r-- | testing/mono/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 8609104629..30cb5e3959 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -7,9 +7,9 @@ pkgdesc="Free implementation of the .NET platform including runtime and compiler url="http://www.mono-project.com/" arch="x86_64 x86" license="GPL" -depends="python" +depends="python2" depends_dev="zlib-dev libgdiplus-dev" -makedepends="$depends_dev python linux-headers paxmark autoconf automake libtool" +makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.mono-project.com/sources/mono/mono-${pkgver/_/~}.tar.bz2 |