[109454] trunk/dports/math/gnuplot/Portfile

cal at macports.org cal at macports.org
Thu Aug 15 13:08:49 PDT 2013


Revision: 109454
          https://trac.macports.org/changeset/109454
Author:   cal at macports.org
Date:     2013-08-15 13:08:49 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
gnuplot: add missing dependency on pkgconfig

Without pkgconfig, gnuplot will not find cairo and thus not enable all
cairo-based outputs. Since it will still build without pkgconfig, a rev-bump is
necessary.

Modified Paths:
--------------
    trunk/dports/math/gnuplot/Portfile

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2013-08-15 19:39:30 UTC (rev 109453)
+++ trunk/dports/math/gnuplot/Portfile	2013-08-15 20:08:49 UTC (rev 109454)
@@ -8,7 +8,7 @@
 
 name                        gnuplot
 version                     4.6.3
-revision                    2
+revision                    3
 categories                  math science
 # the license has some inconvenient requirements that we're not meeting
 # to be allowed to distribute binaries
@@ -40,6 +40,8 @@
                             rmd160  91c0832dc41f6e08fd0f67264e710d8afdc088bc \
                             sha256  3da1b3f5c435d3e1d770081f09ab6b77432f20284be199d0fee0cda4b6abe269
 
+depends_build               port:pkgconfig
+
 depends_lib                 port:expat \
                             port:fontconfig \
                             port:gd2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/21e3fe4b/attachment.html>


More information about the macports-changes mailing list