[98069] trunk/dports/aqua/HandBrake/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 23 23:51:53 PDT 2012


Revision: 98069
          http://trac.macports.org//changeset/98069
Author:   ryandesign at macports.org
Date:     2012-09-23 23:51:53 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
HandBrake: do not try to fetch anything at configure time

Modified Paths:
--------------
    trunk/dports/aqua/HandBrake/Portfile

Modified: trunk/dports/aqua/HandBrake/Portfile
===================================================================
--- trunk/dports/aqua/HandBrake/Portfile	2012-09-24 06:40:47 UTC (rev 98068)
+++ trunk/dports/aqua/HandBrake/Portfile	2012-09-24 06:51:53 UTC (rev 98069)
@@ -130,8 +130,7 @@
     default_variants +python27
 }
 
-depends_build   bin:curl:curl \
-                port:yasm
+depends_build   port:yasm
 
 post-extract {
     file mkdir ${worksrcpath}/download
@@ -184,7 +183,7 @@
     configure.cmd   ${python.bin} make/configure.py
 }
 configure.pre_args
-configure.args      --fetch=curl --arch=${configure.build_arch} --gcc=${configure.cc}
+configure.args      --fetch=curl --curl=false --arch=${configure.build_arch} --gcc=${configure.cc}
 
 # +universal would be possible, but not implemented yet
 # see ${worksrcpath}/doc/BUILD-Mac for details
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/26058ed2/attachment.html>


More information about the macports-changes mailing list