summaryrefslogtreecommitdiff
path: root/devel/libcbor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcbor/Makefile')
-rw-r--r--devel/libcbor/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile
index 6e9fd56750fb..0f4d18497b18 100644
--- a/devel/libcbor/Makefile
+++ b/devel/libcbor/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libcbor
PORTVERSION= 0.12.0
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
@@ -10,12 +11,20 @@ WWW= https://github.com/PJK/libcbor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-LIB_DEPENDS= libcjson.so:devel/libcjson
-
USES= cmake pathfix
-CMAKE_OFF= CBOR_CUSTOM_ALLOC COVERAGE HUGE_FUZZ PRINT_FUZZ SANE_MALLOC SANITIZE WITH_EXAMPLES WITH_TESTS
-CMAKE_ON= BUILD_SHARED_LIBS CBOR_PRETTY_PRINTER CMAKE_SKIP_INSTALL_ALL_DEPENDENCY
+CMAKE_OFF= CBOR_CUSTOM_ALLOC \
+ CMAKE_INTERPROCEDURAL_OPTIMIZATION \
+ COVERAGE \
+ HUGE_FUZZ \
+ PRINT_FUZZ \
+ SANE_MALLOC \
+ SANITIZE \
+ WITH_EXAMPLES \
+ WITH_TESTS
+CMAKE_ON= BUILD_SHARED_LIBS \
+ CBOR_PRETTY_PRINTER \
+ CMAKE_SKIP_INSTALL_ALL_DEPENDENCY
PLIST_SUB= PORTVERSION=${PORTVERSION}