<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0b99209c29f9990de3dfc02bff49f12134185bce">https://github.com/macports/macports-ports/commit/0b99209c29f9990de3dfc02bff49f12134185bce</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 0b99209c29f spice-gtk: add missing dependency
</span>0b99209c29f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0b99209c29f9990de3dfc02bff49f12134185bce
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Fri Apr 18 17:57:43 2025 +0400
<span style='display:block; white-space:pre;color:#404040;'> spice-gtk: add missing dependency
</span>---
gnome/spice-gtk/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/spice-gtk/Portfile b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 75bc5217b37..0453ce36c13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,6 +91,7 @@ variant quartz conflicts x11 {
</span> variant x11 conflicts quartz {
# Quartz & X11 binaries are incompatible, although built similarly
require_active_variants gtk3 x11 quartz
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:xorg-libX11
</span> }
if {![catch {set result [active_variants gtk3 quartz x11]}] && $result} {
</pre><pre style='margin:0'>
</pre>