diff options
Diffstat (limited to 'games/hexalate/Makefile')
-rw-r--r-- | games/hexalate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index 8b9f15f23ae8..36e0b272ba2c 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -14,8 +14,8 @@ COMMENT= Color matching game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib qmake tar:bzip2 -USE_QT5= core gui widgets buildtools_build linguisttools_build +USES= compiler:c++11-lib qmake qt:5 tar:bzip2 +USE_QT= core gui widgets buildtools_build linguisttools_build USE_GL= gl INSTALLS_ICONS= yes |