Revision
140433
Author
ryandesign@macports.org
Date
2015-09-19 09:42:02 -0700 (Sat, 19 Sep 2015)

Log Message

gringo: use build.cmd, build.args, and build.target variables correctly

Modified Paths

Diff

Modified: trunk/dports/math/gringo/Portfile (140432 => 140433)


--- trunk/dports/math/gringo/Portfile	2015-09-19 16:41:40 UTC (rev 140432)
+++ trunk/dports/math/gringo/Portfile	2015-09-19 16:42:02 UTC (rev 140433)
@@ -31,8 +31,9 @@
 use_parallel_build  no
 
 # needs compiler with C++11 support -- currently does not build on OS X < 10.9
-build.cmd           scons --build-dir=release gringo clingo
-build.target
+build.cmd           ${prefix}/bin/scons
+build.args          --build-dir=release
+build.target        gringo clingo
 
 destroot {
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} \