summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-22 18:42:47 +0000
committersunpoet <sunpoet@FreeBSD.org>2016-11-22 18:42:47 +0000
commiteabf42a5631ae509b6950eaffcea35944c4875e8 (patch)
tree014a67ffcc500b796e0060292f740ff10069af9b
parent5bb4c25924c03ab35650cec9ad4e4d7fed2c671c (diff)
downloadFreeBSD-ports-eabf42a5631ae509b6950eaffcea35944c4875e8.zip
FreeBSD-ports-eabf42a5631ae509b6950eaffcea35944c4875e8.tar.gz
- Enable LZ4 option by default
- Bump PORTREVISION for dependency change
-rw-r--r--databases/rocksdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index e42904a..a05b3b4 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
OpenPOWER on IntegriCloud