Ticket #55167: Portfile.diff
File Portfile.diff, 559 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago) |
---|
-
Portfile
old new 122 122 # ImageMagick uses .la files at runtime to find its coder modules. 123 123 destroot.delete_la_files no 124 124 125 if {${os.major} < 11} { 126 # ImageMagick requires OpenCL version 1.1, 127 # which was not introduced until Mac OS X 10.7 128 configure.args-append --disable-opencl 129 } 130 125 131 variant graphviz description {Support Graphviz} { 126 132 depends_lib-append path:bin/dot:graphviz 127 133 configure.args-replace --without-gvc --with-gvc