diff options
Diffstat (limited to 'devel/libcbor/Makefile')
-rw-r--r-- | devel/libcbor/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile index aad94b0a4ec0..0f4d18497b18 100644 --- a/devel/libcbor/Makefile +++ b/devel/libcbor/Makefile @@ -1,7 +1,7 @@ PORTNAME= libcbor PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -11,8 +11,6 @@ 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 \ |