Ticket #18643: giflib-no_x11.patch
File giflib-no_x11.patch, 552 bytes (added by adambyrtek@…, 16 years ago) |
---|
-
graphics/giflib/Portfile
old new 29 29 use_parallel_build yes 30 30 31 31 livecheck.regex "<title>${name} [lindex [split ${version} .] 0].x ${name}-(\\d+(?:\\.\\d+)*) released .*</title>" 32 33 variant no_x11 { 34 depends_lib-delete port:xorg-libsm \ 35 port:xorg-libX11 36 configure.args-append --without-x 37 }