[133545] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Mar 4 14:17:42 PST 2015


Revision: 133545
          https://trac.macports.org/changeset/133545
Author:   jeremyhu at macports.org
Date:     2015-03-04 14:17:42 -0800 (Wed, 04 Mar 2015)
Log Message:
-----------
mesa: Use gnuindent (#47027)

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2015-03-04 21:37:33 UTC (rev 133544)
+++ trunk/dports/x11/mesa/Portfile	2015-03-04 22:17:42 UTC (rev 133545)
@@ -26,7 +26,8 @@
 
 depends_build       port:pkgconfig \
                     port:flex \
-                    port:bison
+                    port:bison \
+                    port:indent
 
 depends_lib         port:xorg-glproto \
                     port:xorg-dri2proto \
@@ -64,6 +65,9 @@
     --disable-openvg \
     --with-gallium-drivers=
 
+configure.env-append \
+    INDENT=${prefix}/bin/gnuindent
+
 platform darwin {
     if {${os.major} < 11} {
         # https://bugs.freedesktop.org/show_bug.cgi?id=89088
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150304/aad8cac2/attachment.html>


More information about the macports-changes mailing list