[125902] trunk/dports/science/arb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 28 20:32:20 PDT 2014


Revision: 125902
          https://trac.macports.org/changeset/125902
Author:   jeremyhu at macports.org
Date:     2014-09-28 20:32:20 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
arb: Take a stab at fixing the SL build on the builder

Modified Paths:
--------------
    trunk/dports/science/arb/Portfile

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2014-09-29 02:58:17 UTC (rev 125901)
+++ trunk/dports/science/arb/Portfile	2014-09-29 03:32:20 UTC (rev 125902)
@@ -56,6 +56,14 @@
                         patch-ARB-arb.diff \
                         patch-ARB-arb_compiler_version.pl.diff \
                         patch-Makefile.diff
+
+platform darwin {
+    if {${os.major} < 11} {
+        depends_build-append port:coreutils
+
+        configure.env-append INSTALL=${prefix}/bin/ginstall
+    }
+}
                         
 # https://trac.macports.org/ticket/44368
 platform darwin 11 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/b06c3bbc/attachment.html>


More information about the macports-changes mailing list