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

ryandesign at macports.org ryandesign at macports.org
Sun Sep 27 17:04:02 PDT 2009


Revision: 58379
          http://trac.macports.org/changeset/58379
Author:   ryandesign at macports.org
Date:     2009-09-27 17:04:00 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
freetype: use archcheck portgroup to ensure dependencies have the right architectures; this may fix #21398 and #21653; see also #21461

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

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2009-09-28 00:01:16 UTC (rev 58378)
+++ trunk/dports/print/freetype/Portfile	2009-09-28 00:04:00 UTC (rev 58379)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               muniversal 1.0
+PortGroup               archcheck 1.0
 
 name                    freetype
 version                 2.3.9
@@ -52,6 +53,8 @@
 depends_lib \
     port:zlib
 
+archcheck.files         lib/libz.dylib
+
 # See http://trac.macports.org/ticket/18232
 configure.cppflags-delete   -I${prefix}/include
 configure.cppflags-append   -isystem${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090927/22a762c2/attachment.html>


More information about the macports-changes mailing list