diff options
Diffstat (limited to 'games/cutemaze/Makefile')
-rw-r--r-- | games/cutemaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index f75a0c778f65..9c7559e09ae3 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= qmake tar:bzip2 +USES= qmake qt:5 tar:bzip2 USE_GL= gl -USE_QT5= core gui svg imageformats_run widgets \ +USE_QT= core gui svg imageformats_run widgets \ linguisttools_build buildtools_build PORTDOCS= ChangeLog NEWS README |