[140433] trunk/dports/math/gringo/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 19 09:42:02 PDT 2015


Revision: 140433
          https://trac.macports.org/changeset/140433
Author:   ryandesign at 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:
--------------
    trunk/dports/math/gringo/Portfile

Modified: trunk/dports/math/gringo/Portfile
===================================================================
--- 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} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150919/c2aa2886/attachment.html>


More information about the macports-changes mailing list