diff options
Diffstat (limited to 'games/spellathon/Makefile')
-rw-r--r-- | games/spellathon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index aa02fed411cb..bcf00e2714e3 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= SF MAINTAINER= girish.rao.dev@gmail.com COMMENT= Word game to test your English vocabulary skills -USE_QT_VER= 4 -QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build +USE_QT4= gui moc_build qmake_build rcc_build uic_build post-patch: @${REINPLACE_CMD} 's|qmake|qmake-qt4|' ${WRKSRC}/Makefile |