fixed conflicts in python package

This commit is contained in:
Gregory L. Lee
2016-06-20 16:17:07 -07:00
parent 76d950b103
commit 4041f45b6c
4 changed files with 7 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class Cairo(Package):
depends_on("libpng")
depends_on("glib")
depends_on("pixman")
depends_on("freetype")
depends_on("fontconfig@2.10.91:") # Require newer version of fontconfig.
def install(self, spec, prefix):