diff options
Diffstat (limited to 'games/tetzle/Makefile')
-rw-r--r-- | games/tetzle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index fdd214683d72..66e5a535c655 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -14,8 +14,8 @@ COMMENT= Jigsaw puzzle with tetrominoes LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib desktop-file-utils qmake tar:bzip2 -USE_QT5= core gui widgets buildtools_build linguisttools_build +USES= compiler:c++11-lib desktop-file-utils qmake qt:5 tar:bzip2 +USE_QT= core gui widgets buildtools_build linguisttools_build USE_GL= gl INSTALLS_ICONS= yes |