Revision
81444
Author
ryandesign@macports.org
Date
2011-07-30 16:37:22 -0700 (Sat, 30 Jul 2011)

Log Message

winetricks: remove zenity dependency on lion since it can't build right now; see http://lists.macosforge.org/pipermail/macports-users/2011-July/025041.html

Modified Paths

Diff

Modified: trunk/dports/x11/winetricks/Portfile (81443 => 81444)


--- trunk/dports/x11/winetricks/Portfile	2011-07-30 22:37:16 UTC (rev 81443)
+++ trunk/dports/x11/winetricks/Portfile	2011-07-30 23:37:22 UTC (rev 81444)
@@ -40,6 +40,11 @@
     xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
 }
 
+platform darwin 11 {
+    # zenity depends on libnotify which has issues on Lion
+    # https://trac.macports.org/ticket/30283
+    depends-delete      path:bin/zenity:zenity
+}
 
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]