[101908] trunk/dports/devel/ppl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 21 10:48:06 PST 2013


Revision: 101908
          https://trac.macports.org/changeset/101908
Author:   jeremyhu at macports.org
Date:     2013-01-21 10:48:06 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
ppl: Use portconfigure:: namespace for compiler_name_map as well

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

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2013-01-21 18:48:03 UTC (rev 101907)
+++ trunk/dports/devel/ppl/Portfile	2013-01-21 18:48:06 UTC (rev 101908)
@@ -41,8 +41,8 @@
 compiler.blacklist gcc-4.0
 
 if {[portconfigure::compiler_is_port ${configure.compiler}]} {
-    depends_build-append port:[compiler_name_map ${configure.compiler}]
-    depends_skip_archcheck-append [compiler_name_map ${configure.compiler}]
+    depends_build-append port:[portconfigure::compiler_name_map ${configure.compiler}]
+    depends_skip_archcheck-append [portconfigure::compiler_name_map ${configure.compiler}]
 }
 
 if { [string match "*clang*" ${configure.compiler}] || [string match "*llvm*" ${configure.compiler}] } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/58370936/attachment.html>


More information about the macports-changes mailing list