[134196] trunk/dports/devel/bison/Portfile

larryv at macports.org larryv at macports.org
Thu Mar 19 17:31:05 PDT 2015


Revision: 134196
          https://trac.macports.org/changeset/134196
Author:   larryv at macports.org
Date:     2015-03-19 17:31:05 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
bison: Disable silent build rules

Modified Paths:
--------------
    trunk/dports/devel/bison/Portfile

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2015-03-20 00:31:00 UTC (rev 134195)
+++ trunk/dports/devel/bison/Portfile	2015-03-20 00:31:05 UTC (rev 134196)
@@ -28,7 +28,8 @@
 
 installs_libs       no
 
-configure.args      --infodir=${prefix}/share/info \
+configure.args      --disable-silent-rules \
+                    --infodir=${prefix}/share/info \
                     --mandir=${prefix}/share/man \
                     --disable-yacc
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/94373a99/attachment.html>


More information about the macports-changes mailing list