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

ryandesign at macports.org ryandesign at macports.org
Tue Apr 15 23:34:20 PDT 2008


Revision: 36053
          http://trac.macosforge.org/projects/macports/changeset/36053
Author:   ryandesign at macports.org
Date:     2008-04-15 23:34:19 -0700 (Tue, 15 Apr 2008)

Log Message:
-----------
winetricks: list wine as the first dependency so users with incompatible systems (e.g. PowerPCs) get informed as soon as possible, without wasting time building the other dependencies

Modified Paths:
--------------
    trunk/dports/x11/winetricks/Portfile

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- trunk/dports/x11/winetricks/Portfile	2008-04-16 06:21:16 UTC (rev 36052)
+++ trunk/dports/x11/winetricks/Portfile	2008-04-16 06:34:19 UTC (rev 36053)
@@ -34,9 +34,9 @@
 
 # wget is required until we write and submit upstream a patch to allow it to use curl instead of wget
 depends_run \
+    port:wine \
     port:cabextract \
-    port:wget \
-    port:wine
+    port:wget
 
 # coreutils is required until we write and submit upstream a patch to let it use openssl dgst -sha1 instead of sha1sum
 platform darwin {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080415/0f06aa65/attachment.html


More information about the macports-changes mailing list