Ticket #18643: giflib-no_x11.patch

File giflib-no_x11.patch, 552 bytes (added by adambyrtek@…, 15 years ago)
  • graphics/giflib/Portfile

    old new  
    2929use_parallel_build              yes
    3030
    3131livecheck.regex                 "<title>${name} [lindex [split ${version} .] 0].x ${name}-(\\d+(?:\\.\\d+)*) released .*</title>"
     32
     33variant no_x11 {
     34    depends_lib-delete          port:xorg-libsm \
     35                                port:xorg-libX11
     36    configure.args-append       --without-x
     37}