https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224971
--- Comment #2 from mikael.uran...@gmail.com --- The following patch fixes the problem for me but I don't know why the T modifier was added: Index: bsd.qt.mk =================================================================== --- bsd.qt.mk (revision 458335) +++ bsd.qt.mk (working copy) @@ -135,7 +135,7 @@ -demosdir ${PREFIX}/${QT_EXAMPLEDIR_REL}/demos . else CONFIGURE_ARGS+=-nomake examples -nomake tests \ - -platform ${QMAKESPEC:T} \ + -platform ${QMAKESPEC} \ -archdatadir ${PREFIX}/${QT_ARCHDIR_REL} \ -libexecdir ${PREFIX}/${QT_LIBEXECDIR_REL} \ -qmldir ${PREFIX}/${QT_QMLDIR_REL} \ -- You are receiving this mail because: You are the assignee for the bug.