Revision
132560
Author
jmr@macports.org
Date
2015-02-04 12:20:11 -0800 (Wed, 04 Feb 2015)

Log Message

pypy: update verbose flag

Modified Paths

Diff

Modified: trunk/dports/lang/pypy/Portfile (132559 => 132560)


--- trunk/dports/lang/pypy/Portfile	2015-02-04 20:18:05 UTC (rev 132559)
+++ trunk/dports/lang/pypy/Portfile	2015-02-04 20:20:11 UTC (rev 132560)
@@ -82,7 +82,7 @@
                     PYPY_CC="${configure.cc}"
 
 build.dir           ${worksrcpath}/pypy/goal
-build.args          --batch --translation-verbose \
+build.args          --batch --verbose \
                     --cc=${configure.cc} --opt=jit \
                     --make-jobs=${build.jobs}
 build.target        ../../rpython/bin/rpython