vice: giflib is not optional

Closes Homebrew/homebrew#42145.
Closes Homebrew/homebrew#42186.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Xuebing Li 2015-07-28 11:17:26 +10:00 committed by Dominyk Tiller
parent 5c3f86fcf5
commit 2ad6fb9ac0

View file

@ -5,7 +5,7 @@ class Vice < Formula
homepage 'http://vice-emu.sourceforge.net/'
url 'http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.4.tar.gz'
sha256 'ff8b8d5f0f497d1f8e75b95bbc4204993a789284a08a8a59ba727ad81dcace10'
revision 1
revision 2
bottle do
cellar :any
@ -17,7 +17,7 @@ class Vice < Formula
depends_on 'pkg-config' => :build
depends_on 'jpeg'
depends_on 'libpng'
depends_on 'giflib' => :optional
depends_on 'giflib'
depends_on 'lame' => :optional
fails_with :llvm do