aboutsummaryrefslogtreecommitdiff
path: root/archivers/snappy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/snappy/Makefile')
-rw-r--r--archivers/snappy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile
index 7a394217f9c0..b9745ba629b0 100644
--- a/archivers/snappy/Makefile
+++ b/archivers/snappy/Makefile
@@ -1,7 +1,7 @@
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
PORTNAME= snappy
-PORTVERSION= 1.1.8
+PORTVERSION= 1.1.9
CATEGORIES= archivers
MAINTAINER= vanilla@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_OFF= SNAPPY_BUILD_TESTS
+CMAKE_OFF= SNAPPY_BUILD_TESTS SNAPPY_BUILD_BENCHMARKS
CMAKE_BUILD_TYPE= Release
USE_GITHUB= yes
GH_ACCOUNT= google