Ticket #3529: Portfile.patch

File Portfile.patch, 489 bytes (added by brent@…, 19 years ago)

Portfile patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/graphviz/Portfile,v
    retrieving revision 1.18
    diff -u -r1.18 Portfile
     
    4949configure.args  --mandir=${prefix}/share/man    \
    5050                --without-tclsh
    5151
     52variant no_x11 {
     53                depends_lib-delete      lib:libX11.6:XFree86
     54                configure.args-append   --without-x
     55}
     56