https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222994
--- Comment #12 from [email protected] --- A commit references this bug: Author: adamw Date: Thu Oct 19 01:03:25 UTC 2017 New revision: 452391 URL: https://svnweb.freebsd.org/changeset/ports/452391 Log: Check for Qt depends in LOCALBASE, not PREFIX Qt has been looking for its dependencies in PREFIX, rather than in LOCALBASE. Dependencies are expected to exist in LOCALBASE, but PREFIX may be set arbitrarily by the end-user. When PREFIX != LOCALBASE, Qt-based ports failed to build. PR: 222994 Reported by: kargl Approved by: tcberner (kde) Exp-run by: antoine MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D12666 Changes: head/Mk/bsd.qt.mk -- You are receiving this mail because: You are the assignee for the bug.
