qa : modifying 2 packages and a framework file just for the sake of it

This commit is contained in:
alalazo
2016-05-10 18:33:07 +02:00
parent 8fec824484
commit 979b53cab6
3 changed files with 6 additions and 1 deletions

View File

@@ -23,8 +23,10 @@ class Imagemagick(Package):
version('6.8.9-10', 'aa050bf9785e571c956c111377bbf57c',
url="http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.9-10.tar.gz/download")
depends_on('libtool')
depends_on('jpeg')
depends_on('libtool')
depends_on('libpng')
depends_on('freetype')
depends_on('fontconfig')