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,8 @@ class Harfbuzz(Package):
depends_on("glib")
depends_on("icu")
depends_on("freetype")
depends_on("cairo")
depends_on("zlib")
def patch(self):
change_sed_delimiter('@', ';', 'src/Makefile.in')