Ticket #15036: ImageMagick-rsvg.diff
File ImageMagick-rsvg.diff, 808 bytes (added by jmroot (Joshua Root), 17 years ago) |
---|
-
graphics/ImageMagick/Portfile
78 78 --without-lcms \ 79 79 --without-wmf \ 80 80 --without-gvc \ 81 --without-rsvg \ 81 82 --mandir=${prefix}/share/man 82 83 83 84 test.run yes 84 85 test.target check 85 86 test.env DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs 86 87 88 variant 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 87 97 variant perl description {Install PerlMagick} { 88 98 depends_lib-append \ 89 99 path:${prefix}/bin/perl:perl5.8