RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/ImageMagick/Portfile,v
retrieving revision 1.2
diff -u -r1.2 Portfile
|
|
|
31 | 31 | --without-bzlib --without-fpx --without-gslib \ |
32 | 32 | --without-jbig --without-jpeg --without-jp2 \ |
33 | 33 | --without-lcms --without-png --without-tiff \ |
34 | | --without-wmf --without-xml --without-zlib |
| 34 | --without-wmf --without-xml --without-zlib \ |
| 35 | --mandir=${prefix}/share/man |
35 | 36 | |
36 | 37 | configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" |
37 | 38 | depends_build lib:libX11.6:XFree86 |