Skip to content

Commit

Permalink
science/libkml: Remove unneeded googletest
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency change

PR:		266043
Reported by:	yuri
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent 6f24ea5 commit 058c430
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions science/libkml/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libkml
PORTVERSION= 1.3.0
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= science

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -9,18 +9,17 @@ COMMENT= Reference implementation of OGC KML 2.2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= boost-libs>=1.44.0:devel/boost-libs \
googletest>=1.7.0:devel/googletest
BUILD_DEPENDS= boost-libs>=1.44.0:devel/boost-libs
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
libgtest.so:devel/googletest \
liburiparser.so:net/uriparser

OPTIONS_DEFINE= EXAMPLES

USES= cmake compiler:c11 minizip pathfix

CMAKE_OFF= WITH_JAVA WITH_PYTHON WITH_SWIG
CMAKE_OFF= BUILD_TESTING WITH_JAVA WITH_PYTHON WITH_SWIG
CMAKE_ON= BUILD_SHARED_LIBS
USE_CXXSTD= gnu++98
USE_LDCONFIG= yes

Expand Down

0 comments on commit 058c430

Please sign in to comment.