Skip to content

Commit

Permalink
Supported FreeBSD10 as per matplotlib#225
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Jun 30, 2012
1 parent a52a350 commit cc9a935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setupext.py
Expand Up @@ -62,7 +62,11 @@
'freebsd4' : ['/usr/local', '/usr'], 'freebsd4' : ['/usr/local', '/usr'],
'freebsd5' : ['/usr/local', '/usr'], 'freebsd5' : ['/usr/local', '/usr'],
'freebsd6' : ['/usr/local', '/usr'], 'freebsd6' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], 'freebsd7' : ['/usr/local', '/usr'],
'freebsd8' : ['/usr/local', '/usr'],
'freebsd9' : ['/usr/local', '/usr'],
'freebsd10' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE', '/usr/local')],
'gnukfreebsd5' : ['/usr/local', '/usr'], 'gnukfreebsd5' : ['/usr/local', '/usr'],
'gnukfreebsd6' : ['/usr/local', '/usr'], 'gnukfreebsd6' : ['/usr/local', '/usr'],
'gnukfreebsd7' : ['/usr/local', '/usr'], 'gnukfreebsd7' : ['/usr/local', '/usr'],
Expand Down

0 comments on commit cc9a935

Please sign in to comment.