Ticket #47443: Portfile-ImageMagick.diff
File Portfile-ImageMagick.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 44 44 sha256 12331c904c691cb128865fdc97e5f8a2654576f9b032e274b74dd7617aa1b9b6 45 45 46 46 depends_lib port:bzip2 \ 47 port:djvulibre \48 47 port:xz \ 49 48 port:jbigkit \ 50 49 port:jpeg \ … … 89 88 --disable-hdri \ 90 89 --with-dps \ 91 90 --with-bzlib \ 92 --with-djvu \93 91 --with-fontconfig \ 94 92 --with-gslib \ 95 93 --with-jbig \ … … 119 117 # ImageMagick uses .la files at runtime to find its coder modules. 120 118 destroot.delete_la_files no 121 119 120 variant djvulibre requires rsvg description {Support djvulibre} { 121 depends_lib-append port:djvulibre 122 configure.args-replace --without-djvu --with-djvu 123 } 124 122 125 variant graphviz description {Support Graphviz} { 123 126 depends_lib-append path:bin/dot:graphviz 124 127 configure.args-replace --without-gvc --with-gvc … … 134 137 configure.args-replace --without-pango --with-pango 135 138 } 136 139 137 variant rsvg description {Support SVG using librsvg} {140 variant rsvg requires pango description {Support SVG using librsvg} { 138 141 depends_lib-append port:librsvg 139 142 configure.args-replace --without-rsvg --with-rsvg 140 143 }