Ticket #14592: gtk2-leopard.diff
File gtk2-leopard.diff, 756 bytes (added by afb@…, 17 years ago) |
---|
-
Portfile
98 98 depends_build-append port:cups-headers 99 99 } 100 100 101 platform darwin 9 { 102 pre-fetch { 103 if {[variant_isset x11] && ![file exists /usr/X11/lib/libXrandr.2.0.0.dylib]} { 104 ui_error "Some libs are missing from your X11 installation. Please run this command:" 105 ui_msg "sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib" 106 error "missing /usr/X11/lib/libXrandr.2.0.0.dylib" 107 } 108 } 109 } 110 101 111 variant quartz conflicts x11 description {Enable Quartz rendering} { 102 112 pre-fetch { 103 113 if {![file exists ${prefix}/include/cairo/cairo-quartz.h]} {