Ticket #18647: ImageMagick-takanori.diff
File ImageMagick-takanori.diff, 1.1 KB (added by takanori@…, 14 years ago) |
---|
-
Portfile
7 7 name ImageMagick 8 8 conflicts cryptlib 9 9 version 6.6.6-0 10 revision 1 10 11 set reasonable_version [lindex [split ${version} -] 0] 11 12 homepage http://www.imagemagick.org/ 12 13 categories graphics devel … … 46 47 patchfiles patch-m4_ax_opencl.m4.diff 47 48 48 49 depends_build port:pkgconfig 49 50 depends_run port:urw-fonts 50 51 depends_lib port:xorg-libXext \ 51 52 port:xorg-libXt \ 52 53 port:bzip2 \ … … 111 112 --without-wmf \ 112 113 --without-gvc \ 113 114 --without-rsvg \ 114 --without-lqr 115 --without-lqr \ 116 --with-gs-font-dir=${prefix}/share/fonts/urw-fonts 115 117 116 118 post-configure { 117 119 reinplace -E {s|-arch [a-z0-9_]+||g} \