[55148] trunk/dports/science/vis5d/Portfile
Joshua Root
jmr at macports.org
Thu Aug 6 21:15:55 PDT 2009
On 2031-9-15 05:59, takeshi at macports.org wrote:
> Revision: 55148
> http://trac.macports.org/changeset/55148
> Author: takeshi at macports.org
> Date: 2009-08-06 20:57:46 -0700 (Thu, 06 Aug 2009)
> Log Message:
> -----------
> vis5d: X11 => X11R6 for Tiger
>
> Modified Paths:
> --------------
> trunk/dports/science/vis5d/Portfile
>
> Modified: trunk/dports/science/vis5d/Portfile
> ===================================================================
> --- trunk/dports/science/vis5d/Portfile 2009-08-07 03:53:35 UTC (rev 55147)
> +++ trunk/dports/science/vis5d/Portfile 2009-08-07 03:57:46 UTC (rev 55148)
> @@ -71,8 +71,8 @@
> configure.cppflags-append -I/usr/X11R6/include
> configure.args -disable-fortran \
> -disable-dependency-tracing \
> - --x-includes=/usr/X11/include \
> - --x-libraries=/usr/X11/lib
> + --x-includes=/usr/X11R6/include \
> + --x-libraries=/usr/X11R6/lib
> # seems to use up CPU all the time
> # -enable-threads
Ports should be using the MacPorts-provided X11 in $prefix these days,
rather than the system one. If you really need to use the system X11 for
some reason, you should use ${x11prefix} instead of hardcoding
/usr/X11R6 or /usr/X11.
- Josh
More information about the macports-dev
mailing list