aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imlib2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/imlib2.rb')
-rw-r--r--Library/Formula/imlib2.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb
index 17df37c5c..c244f9638 100644
--- a/Library/Formula/imlib2.rb
+++ b/Library/Formula/imlib2.rb
@@ -4,11 +4,12 @@ class Imlib2 < Formula
homepage 'http://sourceforge.net/projects/enlightenment/files/'
url 'https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.6/imlib2-1.4.6.tar.bz2'
sha1 '20e111d822074593e8d657ecf8aafe504e9e2967'
+ revision 1
option "without-x", "Build without X support"
- depends_on :freetype
- depends_on :libpng => :recommended
+ depends_on 'freetype'
+ depends_on 'libpng' => :recommended
depends_on :x11 if MacOS::X11.installed? or build.with? "x"
depends_on 'pkg-config' => :build
depends_on 'jpeg' => :recommended