Revision
117284
Author
jeremyhu@macports.org
Date
2014-02-21 01:03:02 -0800 (Fri, 21 Feb 2014)

Log Message

llvm-3.5: Depend on libcxx

Modified Paths

Diff

Modified: trunk/dports/lang/llvm-3.5/Portfile (117283 => 117284)


--- trunk/dports/lang/llvm-3.5/Portfile	2014-02-21 09:01:13 UTC (rev 117283)
+++ trunk/dports/lang/llvm-3.5/Portfile	2014-02-21 09:03:02 UTC (rev 117284)
@@ -134,6 +134,8 @@
         ui_error "$name requires a C++11 runtime, which your configuration does not allow"
         error "unsupported configuration"
     }
+
+    depends_lib-append port:libcxx
 }
 
 variant universal {