From 1089aee4f02b42b5f1f90427b74fbd331ce4bf01 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Thu, 9 Aug 2012 14:48:48 -0700 Subject: 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 --- Library/Formula/goffice.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3