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

ryandesign at macports.org ryandesign at macports.org
Thu Jun 30 19:02:37 PDT 2011


Revision: 79971
          http://trac.macports.org/changeset/79971
Author:   ryandesign at macports.org
Date:     2011-06-30 19:02:35 -0700 (Thu, 30 Jun 2011)
Log Message:
-----------
freetype: add forgotten bzip2 dependency; see #29986

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

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2011-07-01 01:48:05 UTC (rev 79970)
+++ trunk/dports/print/freetype/Portfile	2011-07-01 02:02:35 UTC (rev 79971)
@@ -7,6 +7,7 @@
 
 name                    freetype
 version                 2.4.5
+revision                1
 categories              print graphics
 maintainers             ryandesign
 license                 FreeType GPL-2
@@ -49,10 +50,11 @@
     patch-src_base_ftrfork.c.diff \
     patch-modules.cfg.diff
 
-depends_lib \
-    port:zlib
+depends_lib             port:zlib \
+                        port:bzip2
 
-archcheck.files         lib/libz.dylib
+archcheck.files         lib/libz.dylib \
+                        lib/libbz2.dylib
 
 # See http://trac.macports.org/ticket/18232
 configure.cppflags-delete   -I${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110630/fcbfae09/attachment.html>


More information about the macports-changes mailing list