aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-23 02:42:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-23 02:42:47 +0800
commiteabf42a5631ae509b6950eaffcea35944c4875e8 (patch)
tree014a67ffcc500b796e0060292f740ff10069af9b /databases
parent5bb4c25924c03ab35650cec9ad4e4d7fed2c671c (diff)
downloadfreebsd-ports-gnome-eabf42a5631ae509b6950eaffcea35944c4875e8.tar.gz
freebsd-ports-gnome-eabf42a5631ae509b6950eaffcea35944c4875e8.tar.zst
freebsd-ports-gnome-eabf42a5631ae509b6950eaffcea35944c4875e8.zip
- Enable LZ4 option by default
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases')
-rw-r--r--databases/rocksdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index e42904add2fa..a05b3b4cd800 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -4,6 +4,7 @@
PORTNAME= rocksdb
PORTVERSION= 4.11.2
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
@@ -22,6 +23,7 @@ BROKEN_powerpc64= does not build
BROKEN_sparc64= cannot build: uses unknown compiler flags
OPTIONS_DEFINE= DEBUG LZ4 ZSTD
+OPTIONS_DEFAULT=LZ4
ALL_TARGET= shared_lib static_lib all
HAS_CONFIGURE= yes