git: 06ba005bc58f - main - games/bastet: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 23 Jul 2023 18:45:29 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06ba005bc58fcaece016f7a3b8542b12d8166a55

commit 06ba005bc58fcaece016f7a3b8542b12d8166a55
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 18:24:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 18:45:15 +0000

    games/bastet: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 games/bastet/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games/bastet/Makefile b/games/bastet/Makefile
index 01d657469638..85ea3f2edbaa 100644
--- a/games/bastet/Makefile
+++ b/games/bastet/Makefile
@@ -13,11 +13,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
 
+USES=		compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	fph
 
-USES=		compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz
-
 PORTDOCS=	AUTHORS README NEWS
 
 OPTIONS_DEFINE=	DOCS