Ticket #47443: Portfile-ImageMagick.diff

File Portfile-ImageMagick.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    4444                            sha256  12331c904c691cb128865fdc97e5f8a2654576f9b032e274b74dd7617aa1b9b6
    4545
    4646depends_lib                 port:bzip2 \
    47                             port:djvulibre \
    4847                            port:xz \
    4948                            port:jbigkit \
    5049                            port:jpeg \
     
    8988                            --disable-hdri \
    9089                            --with-dps \
    9190                            --with-bzlib \
    92                             --with-djvu \
    9391                            --with-fontconfig \
    9492                            --with-gslib \
    9593                            --with-jbig \
     
    119117# ImageMagick uses .la files at runtime to find its coder modules.
    120118destroot.delete_la_files    no
    121119
     120variant djvulibre requires rsvg description {Support djvulibre} {
     121    depends_lib-append      port:djvulibre
     122    configure.args-replace  --without-djvu --with-djvu
     123}
     124
    122125variant graphviz description {Support Graphviz} {
    123126    depends_lib-append      path:bin/dot:graphviz
    124127    configure.args-replace  --without-gvc --with-gvc
     
    134137    configure.args-replace  --without-pango --with-pango
    135138}
    136139
    137 variant rsvg description {Support SVG using librsvg} {
     140variant rsvg requires pango description {Support SVG using librsvg} {
    138141    depends_lib-append      port:librsvg
    139142    configure.args-replace  --without-rsvg --with-rsvg
    140143}