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

ryandesign at macports.org ryandesign at macports.org
Mon May 13 19:05:05 PDT 2013


Revision: 106047
          https://trac.macports.org/changeset/106047
Author:   ryandesign at macports.org
Date:     2013-05-13 19:05:05 -0700 (Mon, 13 May 2013)
Log Message:
-----------
ppl: minor whitespace changes, mainly to make MacPorts clean and try again after downgrading glpk (#39093)

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

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2013-05-14 02:02:15 UTC (rev 106046)
+++ trunk/dports/devel/ppl/Portfile	2013-05-14 02:05:05 UTC (rev 106047)
@@ -37,10 +37,12 @@
                     sha256  c169e962b8a0f7b7bcde5c5e0e2235248f1d78b155dfad684591d1a57e330b54
 
 depends_build       port:m4
-depends_lib         port:gmp port:glpk
 
-compiler.blacklist gcc-4.0
+depends_lib         port:gmp \
+                    port:glpk
 
+compiler.blacklist  gcc-4.0
+
 # TODO: base should do this: http://trac.macports.org/ticket/32542
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
     depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
@@ -61,8 +63,8 @@
     # Older versions of 'clang' will just warn about '-frounding-math' despite '-Werror'.
     # And 'llvm-gcc' does not '-frounding-math' and siliently ignores it.
     configure.args-append   --enable-fpmath=no
-	configure.ccache        no
-	configure.distcc        no
+    configure.ccache        no
+    configure.distcc        no
 }
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130513/a4134ffc/attachment.html>


More information about the macports-changes mailing list