diff options
Diffstat (limited to 'filesystems/securefs/Makefile')
-rw-r--r-- | filesystems/securefs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile index 096a94740666..e9f5e1dcf54f 100644 --- a/filesystems/securefs/Makefile +++ b/filesystems/securefs/Makefile @@ -1,6 +1,5 @@ PORTNAME= securefs -DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- @@ -24,6 +23,8 @@ USES= cmake compiler:c++17-lang fuse pkgconfig sqlite CMAKE_OFF= SECUREFS_ADDRESS_SANITIZE \ SECUREFS_ENABLE_INTEGRATION_TEST \ + SECUREFS_ENABLE_JEMALLOC \ + SECUREFS_ENABLE_MIMALLOC \ SECUREFS_ENABLE_UNIT_TEST \ SECUREFS_LINK_PROFILER \ SECUREFS_USE_FUSET \ |