Skip to content

Commit

Permalink
graphics/s2: Use the same C++ version as devel/abseil
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

Reference:	https://github.com/google/s2geometry/blob/master/README.md#building
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 1d003c1 commit 88638d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/s2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= s2
PORTVERSION= 0.10.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -17,11 +17,11 @@ NOT_FOR_ARCHS_REASON= is currently 64-bit only
LIB_DEPENDS= libabsl_base.so:devel/abseil \
libgtest.so:devel/googletest

USES= cmake compiler:c++11-lang localbase ssl
USES= cmake compiler:c++17-lang localbase ssl

CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= WITH_PYTHON
USE_CXXSTD= c++11
USE_CXXSTD= c++17
USE_LDCONFIG= yes

PLIST_SUB= PORTVERSION=${PORTVERSION}
Expand Down

0 comments on commit 88638d8

Please sign in to comment.