Revision
120738
Author
sean@macports.org
Date
2014-06-05 20:54:31 -0700 (Thu, 05 Jun 2014)

Log Message

superlu_dist: separate build.target into build.args

Modified Paths

Diff

Modified: trunk/dports/math/superlu_dist/Portfile (120737 => 120738)


--- trunk/dports/math/superlu_dist/Portfile	2014-06-06 03:54:27 UTC (rev 120737)
+++ trunk/dports/math/superlu_dist/Portfile	2014-06-06 03:54:31 UTC (rev 120738)
@@ -35,7 +35,8 @@
 configure.cflags    -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -O3 -mtune=native
 configure.cxxflags  ${configure.cflags}
 
-build.target        lib LAAUX=""
+build.target        lib
+build.args          LAAUX=""
 
 post-extract {
     reinplace "s|^DSuperLUroot.*$|DSuperLUroot = ${worksrcpath}|" ${worksrcpath}/make.inc