Ticket #16883: patch-Portfile.diff
File patch-Portfile.diff, 1.2 KB (added by myschizobuddy@…, 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name ImageMagick 6 version 6.4.4- 66 version 6.4.4-8 7 7 homepage http://www.imagemagick.org/ 8 8 categories graphics devel 9 9 maintainers ryandesign … … 37 37 # ftp://ftp.nluug.nl/pub/${name}/ \ 38 38 39 39 checksums \ 40 md5 75d7637d1990e616c17456ca6626a770\41 sha1 703b0e5017fcffd4f6dca4f607862e984d8b5d1a\42 rmd160 e64f485d54118d6c99df392001645da213e2756b40 md5 b5950b2c325a769847543e42e83a8719 \ 41 sha1 0379095c374ced98cf053739823ac841053a1848 \ 42 rmd160 84c9c8cec1d7c569b1d27a907179ea83c7523573 43 43 44 44 depends_lib \ 45 45 lib:libX11.6:XFree86 \ … … 80 80 --without-wmf \ 81 81 --without-gvc \ 82 82 --without-rsvg \ 83 --without-lqr \ 83 84 --mandir=${prefix}/share/man 84 85 85 86 test.run yes … … 212 213 --without-magick-plus-plus 213 214 } 214 215 216 variant lqr description {Liquid Rescale support (experimental)} { 217 configure.args-delete --without-lqr 218 configure.args-append --with-lqr 219 } 220 215 221 platform darwin 6 { 216 222 depends_lib-append \ 217 223 lib:libdl:dlcompat \