summaryrefslogtreecommitdiff
path: root/recipes/fontconfig.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r--recipes/fontconfig.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe
index adce9b9e..bc07acec 100644
--- a/recipes/fontconfig.recipe
+++ b/recipes/fontconfig.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'fontconfig'
version = '2.8.0'
- license = License.MIT
+ licenses = [License.MIT]
deps = ['expat', 'freetype', 'zlib']
platform_deps = { Platform.WINDOWS: ['libiconv'] }