Changeset 98069


Ignore:
Timestamp:
Sep 24, 2012, 6:51:53 AM (12 years ago)
Author:
ryandesign@…
Message:

HandBrake: do not try to fetch anything at configure time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/HandBrake/Portfile

    r98047 r98069  
    131131}
    132132
    133 depends_build   bin:curl:curl \
    134                 port:yasm
     133depends_build   port:yasm
    135134
    136135post-extract {
     
    185184}
    186185configure.pre_args
    187 configure.args      --fetch=curl --arch=${configure.build_arch} --gcc=${configure.cc}
     186configure.args      --fetch=curl --curl=false --arch=${configure.build_arch} --gcc=${configure.cc}
    188187
    189188# +universal would be possible, but not implemented yet
Note: See TracChangeset for help on using the changeset viewer.