aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-08-12 14:00:58 -0500
committerJack Nagel2012-08-12 14:00:58 -0500
commitf3ccf0386c50ec75fe85b15ef46d2b579d297192 (patch)
tree9d8affae050fc9a027261aa3d0f72e4a3f88d5e7 /Library/Formula
parentd9e0b5ef359b008ca5ecaefd6ea22962bacd2bec (diff)
downloadhomebrew-f3ccf0386c50ec75fe85b15ef46d2b579d297192.tar.bz2
tiger-vnc: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tiger-vnc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tiger-vnc.rb b/Library/Formula/tiger-vnc.rb
index 32b6d887a..19f5ba8dc 100644
--- a/Library/Formula/tiger-vnc.rb
+++ b/Library/Formula/tiger-vnc.rb
@@ -11,8 +11,8 @@ class TigerVnc < Formula
depends_on 'gettext'
depends_on :x11
- # Fix build of included fltk library on Mountain Lion
- # http://www.fltk.org/str.php?L2864
+ # Fix build of included fltk library on Mountain Lion
+ # http://www.fltk.org/str.php?L2864
def patches
{ :p0 => DATA }
end