summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-05-20 12:10:40 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-05-20 12:10:40 +0000
commit01e49c3dbcef67b5d17908a7b8f15f362fdbf89b (patch)
tree4db17fb194467c55205db7eb3ec82e059cf45488 /testing
parente5d2453c693989dbd855c76c192e57579b669ee4 (diff)
downloadaports-01e49c3dbcef67b5d17908a7b8f15f362fdbf89b.tar.bz2
aports-01e49c3dbcef67b5d17908a7b8f15f362fdbf89b.tar.xz
testing/python-imaging: freetype added as dep
Diffstat (limited to 'testing')
-rw-r--r--testing/python-imaging/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/python-imaging/APKBUILD b/testing/python-imaging/APKBUILD
index 1fd46b072..045429520 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"