[81444] trunk/dports/x11/winetricks/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 30 16:37:26 PDT 2011


Revision: 81444
          http://trac.macports.org/changeset/81444
Author:   ryandesign at 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:
--------------
    trunk/dports/x11/winetricks/Portfile

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- 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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110730/3f3ba991/attachment-0001.html>


More information about the macports-changes mailing list