diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile index b19e2ee08776..80702292228d 100644 --- a/devel/mimalloc/Makefile +++ b/devel/mimalloc/Makefile @@ -1,25 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= mimalloc PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org COMMENT= General-purpose allocator with excellent performance characteristics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c11 USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= microsoft # shows broken links: 400: Invalid request -PORTSCOUT= ignore +PORTSCOUT= ignore:1 .include