Better detection of homebrew

This should reduce false positives.
This commit is contained in:
Alan Westbrook 2014-01-25 16:30:31 -08:00
parent 1672c4a510
commit 007f0f7f73

View File

@ -11,7 +11,7 @@ STATIC=yes
CXX=c++
MACPORTSDIR=$(wildcard /opt/local)
HOMEBREWDIR=$(wildcard /usr/local)
HOMEBREWDIR=$(wildcard /usr/local/Cellar)
ifneq ($(HOMEBREWDIR),)
DEPSDIR=$(HOMEBREWDIR)