<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4cb05db9c7e5cf74eecfd6c72022cb94c9b2e2cd">https://github.com/macports/macports-ports/commit/4cb05db9c7e5cf74eecfd6c72022cb94c9b2e2cd</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 4cb05db9c7e gtk-chtheme: Let other ports satisfy dependencies
</span>4cb05db9c7e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4cb05db9c7e5cf74eecfd6c72022cb94c9b2e2cd
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 3 13:58:53 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> gtk-chtheme: Let other ports satisfy dependencies
</span>---
x11/gtk-chtheme/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/gtk-chtheme/Portfile b/x11/gtk-chtheme/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3ca74c31b68..1ba97316704 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/gtk-chtheme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/gtk-chtheme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,9 +23,9 @@ homepage http://plasmasturm.org/code/gtk-chtheme/
</span> master_sites ${homepage}
use_bzip2 yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build path:bin/pkg-config:pkgconfig
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib port:gtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2
</span>
patchfiles Makefile.patch \
patch-gtk-2.20.diff \
</pre><pre style='margin:0'>
</pre>