Ticket #39831: Portfile-bob.diff

File Portfile-bob.diff, 402 bytes (added by laurent.el-shafey@…, 11 years ago)

Fix pkgconfig build dependency + remove deprecated opencv dependency

  • Portfile

    old new  
    4040    port:fftw-3 \
    4141    port:vlfeat \
    4242    port:libsvm \
    43     port:qt4-mac \
    44     port:opencv
     43    port:qt4-mac
     44
     45depends_build-append \
     46                    port:pkgconfig
    4547
    4648configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion}
    4749