diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-05-20 12:10:40 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-05-20 12:10:40 +0000 |
commit | 01e49c3dbcef67b5d17908a7b8f15f362fdbf89b (patch) | |
tree | 4db17fb194467c55205db7eb3ec82e059cf45488 | |
parent | e5d2453c693989dbd855c76c192e57579b669ee4 (diff) | |
download | aports-01e49c3dbcef67b5d17908a7b8f15f362fdbf89b.tar.bz2 aports-01e49c3dbcef67b5d17908a7b8f15f362fdbf89b.tar.xz |
testing/python-imaging: freetype added as dep
-rw-r--r-- | testing/python-imaging/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/python-imaging/APKBUILD b/testing/python-imaging/APKBUILD index 1fd46b0728..0454295201 100644 --- a/testing/python-imaging/APKBUILD +++ b/testing/python-imaging/APKBUILD @@ -7,8 +7,8 @@ pkgrel=0 pkgdesc="Python image manipulation library" url="http://pypi.python.org/pypi/PLI" license="PSF" -depends="python" -makedepends="python-dev" +depends="python freetype" +makedepends="python-dev freetype-dev" install= subpackages="" source="http://effbot.org/downloads/Imaging-$pkgver.tar.gz" |