Revision: 144065 https://trac.macports.org/changeset/144065 Author: mcalhoun@macports.org Date: 2015-12-30 22:32:12 -0800 (Wed, 30 Dec 2015) Log Message: ----------- gnuplot: simplify Portfile * only only depends on a subset of Qt5 components * Qt5 .pc files are found in standard location Modified Paths: -------------- trunk/dports/math/gnuplot/Portfile Modified: trunk/dports/math/gnuplot/Portfile =================================================================== --- trunk/dports/math/gnuplot/Portfile 2015-12-31 05:37:28 UTC (rev 144064) +++ trunk/dports/math/gnuplot/Portfile 2015-12-31 06:32:12 UTC (rev 144065) @@ -114,8 +114,10 @@ ui_warn "Gnuplot should be compiled against libc++ if you want to use Qt 5." } - depends_lib-append port:qt5 - configure.env-append "PKG_CONFIG_PATH=${prefix}/libexec/qt5-mac/lib/pkgconfig" + depends_lib-append \ + port:qt5-qtbase \ + port:qt5-qtsvg \ + port:qt5-qttools configure.args-replace --without-qt --with-qt=qt5 }