[129113] trunk/dports/graphics/agave/Portfile

jmr at macports.org jmr at macports.org
Fri Dec 5 14:04:37 PST 2014


Revision: 129113
          https://trac.macports.org/changeset/129113
Author:   jmr at macports.org
Date:     2014-12-05 14:04:37 -0800 (Fri, 05 Dec 2014)
Log Message:
-----------
agave: clear deps correctly

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

Modified: trunk/dports/graphics/agave/Portfile
===================================================================
--- trunk/dports/graphics/agave/Portfile	2014-12-05 20:29:13 UTC (rev 129112)
+++ trunk/dports/graphics/agave/Portfile	2014-12-05 22:04:37 UTC (rev 129113)
@@ -41,17 +41,6 @@
 # TODO: Fix buggy C++ code that clang complains about
 compiler.blacklist *clang*
 
-platform darwin {
-    if {${os.major} >= 13} {
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "$name does not build on Mavericks or later."
-            error "unsupported platform"
-        }
-    }
-}
-
 # autoreconf to reconfigure with our intltool.m4
 
 use_autoreconf      yes
@@ -68,6 +57,17 @@
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_build
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141205/fd815cba/attachment.html>


More information about the macports-changes mailing list