makeMKV: add OS dependency

This commit is contained in:
John Randall 2015-04-21 10:20:04 -04:00
parent 2868069ac2
commit ad7e2c7a14
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ cask :v1 => 'makemkv' do
'~/Library/Preferences/com.makemkv.MakeMKV.plist',
'~/Library/Saved Application State/com.makemkv.MakeMKV.savedState',
]
depends_on :macos => '>= :snow_leopard'
end