[110486] trunk/dports/aqua/FScript/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 31 10:19:13 PDT 2013


Revision: 110486
          https://trac.macports.org/changeset/110486
Author:   jmr at macports.org
Date:     2013-08-31 10:19:13 -0700 (Sat, 31 Aug 2013)
Log Message:
-----------
FScript: nested pre-fetch blocks don't work

Modified Paths:
--------------
    trunk/dports/aqua/FScript/Portfile

Modified: trunk/dports/aqua/FScript/Portfile
===================================================================
--- trunk/dports/aqua/FScript/Portfile	2013-08-31 17:07:12 UTC (rev 110485)
+++ trunk/dports/aqua/FScript/Portfile	2013-08-31 17:19:13 UTC (rev 110486)
@@ -55,14 +55,12 @@
 compiler.blacklist {clang < 300}
 
 platform darwin 11 {
-    pre-fetch {
-        if {! [file exists ${configure.sdkroot}]} {
-            depends_lib
-            depends_run
-            pre-fetch {
-                ui_error "$name requires the 10.6 SDK to install on Lion."
-                error "unsupported platform"
-            }
+    if {! [file exists ${configure.sdkroot}]} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name requires the 10.6 SDK to install on Lion."
+            error "unsupported platform"
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130831/5dc1b922/attachment.html>


More information about the macports-changes mailing list