diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-01-14 03:43:27 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-01-17 20:36:19 +0000 |
commit | c4ab30445d9303ab498d0df8bf93276bab4453cd (patch) | |
tree | 1f946b26e2d3e24e79f62aee2bdcac431369e268 | |
parent | 00f4d18cbb5ef023e815b7849bdea8b25071d494 (diff) | |
download | ports-c4ab30445d9303ab498d0df8bf93276bab4453cd.tar.gz ports-c4ab30445d9303ab498d0df8bf93276bab4453cd.zip |
-rw-r--r-- | games/gottet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 4b20194dfefd..a001a6c712a3 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -10,7 +10,7 @@ WWW= https://gottcode.org/gottet/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lib gl qt:6 tar:bzip2 +USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 USE_GL= opengl USE_QT= base tools:build |