ports/opt (3.1): freetype: include libpng fix for FS#1048
commit ae579d285d922097092040a03c7f62e902b5c6af Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Sep 5 12:55:33 2014 +1000 freetype: include libpng fix for FS#1048 diff --git a/freetype/Pkgfile b/freetype/Pkgfile index 1b8f662..188b195 100644 --- a/freetype/Pkgfile +++ b/freetype/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.freetype.org # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: zlib +# Depends on: zlib libpng name=freetype version=2.5.3 @@ -14,8 +14,8 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ - --with-zlib \ - --disable-nls + --with-zlib \ + --disable-nls make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu