graphics/s2: Remove GFLAGS and GLOG options

- Bump PORTREVISION for dependency change

They are replaced by abseil-cpp.

Reference:	d1843025b6
		418c55893f
This commit is contained in:
Po-Chuan Hsieh 2024-08-16 00:02:08 +08:00
parent b6b3ec64e1
commit 2939b6010e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,7 +1,7 @@
PORTNAME= s2
PORTVERSION= 0.11.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MAINTAINER= sunpoet@FreeBSD.org
@ -30,16 +30,9 @@ GH_ACCOUNT= google
GH_PROJECT= s2geometry
USE_GITHUB= yes
OPTIONS_DEFINE= EXAMPLES GFLAGS GLOG
OPTIONS_DEFAULT=GFLAGS GLOG
GFLAGS_DESC= Use gflags to change command line flags
GLOG_DESC= Use glog for logging
OPTIONS_DEFINE= EXAMPLES
EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES
GFLAGS_CMAKE_BOOL= WITH_GFLAGS
GFLAGS_LIB_DEPENDS= libgflags.so:devel/gflags
GLOG_CMAKE_BOOL= WITH_GLOG
GLOG_LIB_DEPENDS= libglog.so:devel/glog
.include <bsd.port.options.mk>