git: f04c6e4cd732 - main - graphics/proj: Update compiler requirements

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 04 May 2025 21:14:49 UTC
The branch main has been updated by diizzy:

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

commit f04c6e4cd7322636a93bc43dc4b305cb3eb7edb3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-04 19:36:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-04 21:08:01 +0000

    graphics/proj: Update compiler requirements
    
    Change USES= compiler:c++11-lang to compiler:c++17-lang
    
    PR:             285477
    Reviewed by:    lbartoletti
---
 graphics/proj/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index 928175de9077..15672e8a0bcb 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 TEST_DEPENDS=	googletest>0:devel/googletest
 #RUN_DEPENDS=	proj-data>=0:graphics/proj-data
 
-USES=		compiler:c++11-lang cmake:testing cpe pathfix pkgconfig sqlite
+USES=		compiler:c++17-lang cmake:testing cpe pathfix pkgconfig sqlite
 CPE_VENDOR=	proj_project
 USE_LDCONFIG=	yes