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