[117796] trunk/dports/print/freetype/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 12 22:12:07 PDT 2014


Revision: 117796
          https://trac.macports.org/changeset/117796
Author:   ryandesign at macports.org
Date:     2014-03-12 22:12:07 -0700 (Wed, 12 Mar 2014)
Log Message:
-----------
freetype: avoid using harfbuzz (#42788)

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2014-03-13 05:01:54 UTC (rev 117795)
+++ trunk/dports/print/freetype/Portfile	2014-03-13 05:12:07 UTC (rev 117796)
@@ -6,6 +6,7 @@
 
 name                    freetype
 version                 2.5.3
+revision                1
 categories              print graphics
 maintainers             ryandesign
 license                 {FreeType GPL-2}
@@ -52,6 +53,11 @@
 # See http://trac.macports.org/ticket/18232
 configure.cppflags-replace  -I${prefix}/include -isystem${prefix}/include
 
+configure.args          --with-bzip2 \
+                        --with-png \
+                        --with-zlib \
+                        --without-harfbuzz
+
 configure.universal_args-delete --disable-dependency-tracking
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140312/08ef0051/attachment.html>


More information about the macports-changes mailing list