mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
|
PORTNAME= s2
|
||||||
PORTVERSION= 0.11.1
|
PORTVERSION= 0.11.1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
@ -30,16 +30,9 @@ GH_ACCOUNT= google
|
||||||
GH_PROJECT= s2geometry
|
GH_PROJECT= s2geometry
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES GFLAGS GLOG
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
OPTIONS_DEFAULT=GFLAGS GLOG
|
|
||||||
GFLAGS_DESC= Use gflags to change command line flags
|
|
||||||
GLOG_DESC= Use glog for logging
|
|
||||||
|
|
||||||
EXAMPLES_CMAKE_BOOL= BUILD_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>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue