Revision: 75562 http://trac.macports.org/changeset/75562 Author: jmr@macports.org Date: 2011-01-30 10:47:10 -0800 (Sun, 30 Jan 2011) Log Message: ----------- xplot: depend on xorg-libX11 (#22502) Modified Paths: -------------- trunk/dports/math/xplot/Portfile Modified: trunk/dports/math/xplot/Portfile =================================================================== --- trunk/dports/math/xplot/Portfile 2011-01-30 17:55:25 UTC (rev 75561) +++ trunk/dports/math/xplot/Portfile 2011-01-30 18:47:10 UTC (rev 75562) @@ -13,4 +13,7 @@ description xplot was written in the late 1980s to support the analysis of TCP packet traces. long_description ${description} -destroot.destdir DESTDIR=${destroot} +depends_lib port:xorg-libX11 + +configure.args --x-includes=${prefix}/include \ + --x-libraries=${prefix}/lib