diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-26 14:51:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-26 17:55:05 +0000 |
commit | c667392a86140ada4ebc283fcf9da8c6c8d4c725 (patch) | |
tree | b013126702e6b3264c0c36925ab889273f696b51 /games/peg-e | |
parent | 66ee06445fc63ff09e1c4c37bafbaf02926eb79f (diff) | |
download | ports-c667392a86140ada4ebc283fcf9da8c6c8d4c725.tar.gz ports-c667392a86140ada4ebc283fcf9da8c6c8d4c725.zip |
Diffstat (limited to 'games/peg-e')
-rw-r--r-- | games/peg-e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index f97615dde5a8..19ee95da8898 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 -USE_QT= base tools +USE_QT= base tools:build USE_GL= gl OPTIONS_DEFINE= NLS |