mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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:
parent
b6b3ec64e1
commit
2939b6010e
1 changed files with 2 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue