aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-25 16:39:43 -0800
committerAdam Vandenberg2012-01-25 16:39:43 -0800
commitb771e38a67b0d9d7e47a89b90d7d4b445972480a (patch)
tree2b4c339bd159b7e2edfbfbce0f20262cde6beb7c /Library/Formula
parentf91b31256d628fa74330254b439b1686c7ff7f83 (diff)
downloadhomebrew-b771e38a67b0d9d7e47a89b90d7d4b445972480a.tar.bz2
ggobi: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ggobi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ggobi.rb b/Library/Formula/ggobi.rb
index 990235d80..ce3ca12cc 100644
--- a/Library/Formula/ggobi.rb
+++ b/Library/Formula/ggobi.rb
@@ -15,7 +15,7 @@ class Ggobi < Formula
def install
# Necessary for ggobi to build - based on patch from MacPorts
- # See: http://svn.macports.org/repository/macports/trunk/dports/science/ggobi/files/patch-src-texture.diff
+ # See: https://trac.macports.org/export/64669/trunk/dports/science/ggobi/files/patch-src-texture.diff
inreplace 'src/texture.c', 'psort', 'p_sort'
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--with-all-plugins", "--prefix=#{prefix}"