Ticket #15036: ImageMagick-rsvg.diff

File ImageMagick-rsvg.diff, 808 bytes (added by jmroot (Joshua Root), 16 years ago)
  • graphics/ImageMagick/Portfile

     
    7878    --without-lcms \
    7979    --without-wmf \
    8080    --without-gvc \
     81    --without-rsvg \
    8182    --mandir=${prefix}/share/man
    8283
    8384test.run                yes
    8485test.target             check
    8586test.env                DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
    8687
     88variant rsvg description {Support SVG using librsvg} {
     89    depends_lib-append \
     90        port:librsvg
     91    configure.args-delete \
     92        --without-rsvg
     93    configure.args-append \
     94        --with-rsvg
     95}
     96
    8797variant perl description {Install PerlMagick} {
    8898    depends_lib-append \
    8999        path:${prefix}/bin/perl:perl5.8