| 125 | | pre-fetch { |
| 126 | | if {${os.platform} == "darwin" && [lindex [split ${os.version} .] 0] eq 9} { |
| 127 | | if {![file exists /usr/X11/lib/libXrandr.2.0.0.dylib]} { |
| 128 | | ui_error "Some libs are missing from your X11 installation. Please run this command:" |
| 129 | | ui_error "sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib" |
| 130 | | error "missing /usr/X11/lib/libXrandr.2.0.0.dylib" |
| 131 | | } |
| 132 | | } |
| 133 | | } |
| 134 | | |
| 135 | | depends_lib-append lib:libXrender.1:xrender \ |
| 136 | | lib:libX11.6:xorg \ |
| | 126 | depends_lib-append port:xrender \ |
| | 127 | lib:libX11:xorg \ |