New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79104


Ignore:
Timestamp:
06/02/11 00:35:22 (4 years ago)
Author:
ryandesign@…
Message:

opencv: whitespace changes only (tabs to spaces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/opencv/Portfile

    r76950 r79104  
    6868                                -DINSTALL_C_EXAMPLES=ON \ 
    6969                                -DBZIP2_LIBRARIES=${prefix}/lib/libbz2.dylib \ 
    70                                 -DWITH_1394=OFF 
     70                                -DWITH_1394=OFF 
    7171 
    7272# use macros in /usr/include/stdint.h with C++ compiler; see <https://roundup.ffmpeg.org/issue2093> 
     
    7878 
    7979variant dc1394 description {Use libdc1394 for firewire camera. Breaks compatibility with Apple iSight FireWire camera.} { 
    80     depends_lib-append          port:libdc1394 
    81     configure.args-delete       -DWITH_1394=OFF 
    82     configure.args-append       -DWITH_1394=ON 
     80    depends_lib-append          port:libdc1394 
     81    configure.args-delete       -DWITH_1394=OFF 
     82    configure.args-append       -DWITH_1394=ON 
    8383    configure.args-append       -DHAVE_1394=ON 
    8484} 
    8585 
    8686variant qt4 description {Use experimental qt4 backend for graphical interface.} { 
    87     depends_lib-append          port:qt4-mac 
    88     configure.args-append       -DWITH_QT=ON 
     87    depends_lib-append          port:qt4-mac 
     88    configure.args-append       -DWITH_QT=ON 
    8989} 
    9090 
Note: See TracChangeset for help on using the changeset viewer.