1 | 46a47 |
---|
2 | > port:libdc1394 \ |
---|
3 | 66,67c67 |
---|
4 | < -DBZIP2_LIBRARIES=${prefix}/lib/libbz2.dylib \ |
---|
5 | < -DWITH_1394=OFF |
---|
6 | --- |
---|
7 | > -DBZIP2_LIBRARIES=${prefix}/lib/libbz2.dylib |
---|
8 | 76,87d75 |
---|
9 | < variant dc1394 description {Use libdc1394 for firewire camera. Breaks compatibility with Apple iSight FireWire camera.} { |
---|
10 | < depends_lib-append port:libdc1394 |
---|
11 | < configure.args-delete -DWITH_1394=OFF |
---|
12 | < configure.args-append -DWITH_1394=ON |
---|
13 | < configure.args-append -DHAVE_1394=ON |
---|
14 | < } |
---|
15 | < |
---|
16 | < variant qt4 description {Use experimental qt4 backend for graphical interface.} { |
---|
17 | < depends_lib-append port:qt4-mac |
---|
18 | < configure.args-append -DWITH_QT=ON |
---|
19 | < } |
---|
20 | < |
---|