[115643] trunk/dports/graphics/lcms/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 7 11:30:07 PST 2014


Revision: 115643
          https://trac.macports.org/changeset/115643
Author:   ryandesign at macports.org
Date:     2014-01-07 11:30:07 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
lcms: fix build on Tiger by adding ld64 build dependency

Modified Paths:
--------------
    trunk/dports/graphics/lcms/Portfile

Modified: trunk/dports/graphics/lcms/Portfile
===================================================================
--- trunk/dports/graphics/lcms/Portfile	2014-01-07 19:12:38 UTC (rev 115642)
+++ trunk/dports/graphics/lcms/Portfile	2014-01-07 19:30:07 UTC (rev 115643)
@@ -36,6 +36,10 @@
 test.run                yes
 test.target             check
 
+platform darwin 8 {
+    depends_build-append port:ld64
+}
+
 # Only need to worry about 1.x; lcms 2.x is in port lcms2
 livecheck.type           regex
 livecheck.url            http://sourceforge.net/projects/${name}/files/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/cd855400/attachment.html>


More information about the macports-changes mailing list