[75160] trunk/dports/devel/odcctools/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 16 18:06:35 PST 2011


Revision: 75160
          http://trac.macports.org/changeset/75160
Author:   jmr at macports.org
Date:     2011-01-16 18:06:24 -0800 (Sun, 16 Jan 2011)
Log Message:
-----------
odcctools: remove llvm dependency on tiger (see #27984)

Modified Paths:
--------------
    trunk/dports/devel/odcctools/Portfile

Modified: trunk/dports/devel/odcctools/Portfile
===================================================================
--- trunk/dports/devel/odcctools/Portfile	2011-01-17 02:00:53 UTC (rev 75159)
+++ trunk/dports/devel/odcctools/Portfile	2011-01-17 02:06:24 UTC (rev 75160)
@@ -43,6 +43,11 @@
     }
 }
 
+platform darwin 8 {
+    # llvm doesn't build on tiger
+    depends_lib-delete port:llvm
+}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex ${name}-(\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110116/ba0ed685/attachment.html>


More information about the macports-changes mailing list