diff --git a/setupext.py b/setupext.py index a0c9adc6c21a..c6c2fa7d0d9f 100644 --- a/setupext.py +++ b/setupext.py @@ -58,15 +58,7 @@ 'linux3' : ['/usr/local', '/usr'], 'linux' : ['/usr/local', '/usr',], 'cygwin' : ['/usr/local', '/usr',], - '_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local', - '/usr', '/sw'], - # it appears builds with darwin are broken because of all the - # different flags the deps can be compile with, so I am pushing - # people to : - # make -f make.osx fetch deps mpl_build mpl_install - - 'darwin' : [], - + 'darwin' : ['/usr/local/', '/usr', '/usr/X11'], 'freebsd4' : ['/usr/local', '/usr'], 'freebsd5' : ['/usr/local', '/usr'], 'freebsd6' : ['/usr/local', '/usr'],