Index: x11/cool-retro-term/Makefile =================================================================== --- x11/cool-retro-term/Makefile (revision 506495) +++ x11/cool-retro-term/Makefile (working copy) @@ -15,7 +15,7 @@ GH_PROJECT= qmltermwidget:qtw GH_TAGNAME= 0.2.0:qtw -USES= gmake gl qmake qt:5 +USES= compiler gmake gl qmake qt:5 USE_GL= gl USE_QT= qmake_build buildtools_build core declarative gui \ network sql widgets graphicaleffects_run \ @@ -23,7 +23,7 @@ .include -.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 +.if ${CHOSEN_COMPILER_TYPE} == gcc USE_GCC= yes .else CC= clang