diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-02-13 14:32:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-02-13 14:32:28 +0000 |
commit | 2f61018a244fda0575c0a8cd026ab60bed1e7d34 (patch) | |
tree | c8c3f21c4740496776d7bfbea57c282243dcee67 | |
parent | 1: Update to 1.2.0. (diff) |
Set buildtools, linguisttools as BUILD_DEPENDS.
-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 18419bed23b8..ad91477f94db 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= qmake tar:bzip2 -USE_QT5= buildtools core gui svg imageformats_run linguisttools \ - widgets +USE_QT5= core gui svg imageformats_run widgets \ + linguisttools_build buildtools_build INSTALLS_ICONS= yes PORTDOCS= ChangeLog NEWS README |