graphics/s2: Remove GFLAGS and GLOG options
- Bump PORTREVISION for dependency change They are replaced by abseil-cpp. Reference:d1843025b6418c55893f
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user