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

ryandesign at macports.org ryandesign at macports.org
Mon Jan 19 16:33:05 PST 2009


Revision: 45684
          http://trac.macports.org/changeset/45684
Author:   ryandesign at macports.org
Date:     2009-01-19 16:33:04 -0800 (Mon, 19 Jan 2009)
Log Message:
-----------
freetype: fix build on Panther by depending on MacPorts' newer gmake; fixes #18107

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

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2009-01-20 00:11:26 UTC (rev 45683)
+++ trunk/dports/print/freetype/Portfile	2009-01-20 00:33:04 UTC (rev 45684)
@@ -49,6 +49,12 @@
 depends_lib \
     port:zlib
 
+platform darwin 7 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+    configure.env-append    GNUMAKE=${build.cmd}
+}
+
 platform macosx {
     if {${os.major} < 9} {
         configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090119/0a556cb0/attachment.html>


More information about the macports-changes mailing list