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]