aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/goffice.rb
diff options
context:
space:
mode:
authornibbles 2bits2012-08-09 14:48:48 -0700
committerAdam Vandenberg2012-08-09 14:52:54 -0700
commit1089aee4f02b42b5f1f90427b74fbd331ce4bf01 (patch)
treea8b5934c2d42e608f2ed79cbfc31b5499af19724 /Library/Formula/goffice.rb
parente357540818b38691c9beeacb53860d6e9e3e030f (diff)
downloadhomebrew-1089aee4f02b42b5f1f90427b74fbd331ce4bf01.tar.bz2
goffice: fix missing pcre dep
Goffice needs pcre so that it will not error during configure. Add a dep on `pcre`. Fixes #13988 Closes #14092. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/goffice.rb')
-rw-r--r--Library/Formula/goffice.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/goffice.rb b/Library/Formula/goffice.rb
index d320474cd..63efd55e7 100644
--- a/Library/Formula/goffice.rb
+++ b/Library/Formula/goffice.rb
@@ -10,6 +10,7 @@ class Goffice < Formula
depends_on 'intltool'
depends_on 'libgsf'
depends_on 'gtk+'
+ depends_on 'pcre'
depends_on :x11
def install