Revision
124911
Author
larryv@macports.org
Date
2014-08-30 20:48:35 -0700 (Sat, 30 Aug 2014)

Log Message

ppl: Only explicitly add "--force" to autoreconf

The default autoreconf.args already contains "--install".

Modified Paths

Diff

Modified: users/larryv/dports/devel/ppl/Portfile (124910 => 124911)


--- users/larryv/dports/devel/ppl/Portfile	2014-08-31 01:33:55 UTC (rev 124910)
+++ users/larryv/dports/devel/ppl/Portfile	2014-08-31 03:48:35 UTC (rev 124911)
@@ -43,8 +43,8 @@
                     port:gmp
 
 # Generate a newer libtool that passes -stdlib when linking dylibs.
-use_autoreconf      yes
-autoreconf.args     --force --verbose
+use_autoreconf          yes
+autoreconf.post_args    --force
 
 compiler.blacklist-append   gcc-3.3 gcc-4.0 apple-gcc-4.0
 compiler.fallback-append    apple-gcc-4.2