aboutsummaryrefslogtreecommitdiff
path: root/devel/flatbuffers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flatbuffers/Makefile')
-rw-r--r--devel/flatbuffers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index a5a14290462b..41b051669f6c 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -2,7 +2,7 @@
PORTNAME= flatbuffers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.12.0
+DISTVERSION= 2.0.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
+
USE_GITHUB= yes
GH_ACCOUNT= google
CMAKE_ON= FLATBUFFERS_BUILD_SHAREDLIB
CMAKE_OFF= FLATBUFFERS_BUILD_FLATLIB FLATBUFFERS_BUILD_TESTS
-TEST_TARGET= test
do-test:
@cd ${BUILD_WRKSRC} && \