diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 44c8e56bf92b89ae966728748387b93872dfdcc7..d26c18f1c75c519111f7e7af33bccea007265793 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1604,6 +1604,7 @@ class AssertImagemagick(AssertSoftwareMixin):
       'libc',
       'libdl',
       'libm',
+      'libfreetype',
       'libpthread',
       'libz',
       ]
@@ -1611,6 +1612,7 @@ class AssertImagemagick(AssertSoftwareMixin):
   core_rpath_list = [
       'zlib',
       'bzip2',
+      'freetype',
       ]
 
   lib_lib_list = core_lib_list + [