[150525] trunk/dports/math/qalculate-gtk/Portfile

ionic at macports.org ionic at macports.org
Wed Jul 20 14:50:40 PDT 2016


Revision: 150525
          https://trac.macports.org/changeset/150525
Author:   ionic at macports.org
Date:     2016-07-20 14:50:40 -0700 (Wed, 20 Jul 2016)
Log Message:
-----------
qalculate-gtk: fix trace mode builds.

Now that the libglade2 dependency is gone and qalculate-gtk seems to
prefer GTK3 instead of GTK2, there's no lib dependency on GTK* anymore.
Make the run-time GTK3 dep a lib dep.

Modified Paths:
--------------
    trunk/dports/math/qalculate-gtk/Portfile

Modified: trunk/dports/math/qalculate-gtk/Portfile
===================================================================
--- trunk/dports/math/qalculate-gtk/Portfile	2016-07-20 21:06:11 UTC (rev 150524)
+++ trunk/dports/math/qalculate-gtk/Portfile	2016-07-20 21:50:40 UTC (rev 150525)
@@ -24,8 +24,7 @@
                     sha256  0ee6c239def411515fd35a0dca8b3fd144e8a41c19709ef0ee094b3db4ceda30
 
 depends_build-append      port:intltool port:pkgconfig
-depends_lib-append        port:libqalculate
-depends_run-append        port:gtk3
+depends_lib-append        port:libqalculate port:gtk3
 
 patchfiles          patch-src_callbacks.cc-const.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160720/72af9fd3/attachment.html>


More information about the macports-changes mailing list