diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 00:32:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 00:33:59 +0100 |
commit | 3f0f01757b380a9c538b5a94163426c6e79871e7 (patch) | |
tree | dad960900b966cab36645b32c04f769a230c2b59 /main/imagemagick/APKBUILD | |
parent | 0e252133a0c90b0f5d753dd6481c1bf06a7ce401 (diff) | |
download | aports-3f0f01757b380a9c538b5a94163426c6e79871e7.tar.bz2 aports-3f0f01757b380a9c538b5a94163426c6e79871e7.tar.xz |
main/imagemagick: fix license
https://www.imagemagick.org/script/index.php:
> It is distributed under the Apache 2.0 license.
The LICENSE file contains a preface, but that just explains the
following text of Apache-2.0 license in simple terms.
Diffstat (limited to 'main/imagemagick/APKBUILD')
-rw-r--r-- | main/imagemagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD index ce8de1d6aa..169e2fad46 100644 --- a/main/imagemagick/APKBUILD +++ b/main/imagemagick/APKBUILD @@ -9,7 +9,7 @@ pkgrel=0 pkgdesc="A collection of tools and libraries for many image formats" url="http://www.imagemagick.org/" arch="all" -license="custom" +license="Apache-2.0" options="libtool" makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev perl-dev ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev |