Ticket #26246: Portfile.diff

File Portfile.diff, 842 bytes (added by ajb78@…, 14 years ago)
  • Portfile

    old new  
    66
    77name                            opencv
    88version                         2.1.0
     9revision                        1
    910categories                      graphics science
    1011platforms                       darwin
    1112maintainers                     gmail.com:stante
     
    5051# ffmpeg is not universal
    5152universal_variant               no
    5253
    53 patchfiles                      patch-CMakeLists.txt.diff
     54patchfiles                      patch-CMakeLists.txt.diff \
     55                                patch-cvcap_qt.mm.diff
     56
    5457if {[variant_isset universal] && [variant_exists universal]} {
    5558    patchfiles-append           patch-pch-CMakeLists.txt.diff
    5659}