Ticket #50072: Portfile.diff
File Portfile.diff, 739 bytes (added by lockhart (Thomas Lockhart), 9 years ago) |
---|
-
Portfile
old new 7 7 8 8 name opencv 9 9 version 3.0.0 10 revision 110 revision 2 11 11 categories graphics science 12 12 platforms darwin 13 13 license BSD … … 168 168 configure.args-append -DEIGEN_INCLUDE_PATH=${prefix}/include/eigen3 169 169 } 170 170 171 variant gdal description {Enable GDAL support.} { 172 depends_lib-append port:gdal 173 configure.args-replace -DWITH_GDAL=OFF \ 174 -DWITH_GDAL=ON 175 } 176 171 177 variant opencl description {Enable OpenCL support.} { 172 178 pre-configure { 173 179 if {${os.platform} eq "darwin" && ${os.major} < 11} {