From f09a5cc96753cbafcd13946df735075223606017 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 10 Mar 2012 19:48:23 -0800 Subject: djvulibre: update comments --- Library/Formula/djvulibre.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/djvulibre.rb b/Library/Formula/djvulibre.rb index 4366e21f3..a07ec7d60 100644 --- a/Library/Formula/djvulibre.rb +++ b/Library/Formula/djvulibre.rb @@ -1,18 +1,15 @@ require 'formula' -# Note that this formula installs neither the DjVu Spotlight importer, -# nor the DjVu QuickLook plugin. - class Djvulibre < Formula - url 'http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.24/djvulibre-3.5.24.tar.gz' homepage 'http://djvu.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.24/djvulibre-3.5.24.tar.gz' sha1 '075d1d4a333a2fe74e4c9240d853be016e27e983' depends_on 'jpeg' depends_on 'libtiff' def install - # Don't build X11 GUI apps. + # Don't build X11 GUI apps, Spotlight Importer or QuickLook plugin system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-desktopfiles=no", -- cgit v1.2.3