summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-01-09 15:19:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-01-09 15:19:56 +0000
commitfaaebe17888781d34ec59f05214ef7f2d557f51b (patch)
treeee3bd5dfb37e4b5799db1e79ab6fc060746ea51d
parent- Update AzPainter to version 2.1.7, rebase the patches against it (diff)
Restore accidentally removed PORTSCOUT definition
Notes
Notes: svn path=/head/; revision=560871
-rw-r--r--devel/mimalloc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile
index 2bf801d60822..f1bc59c57ec7 100644
--- a/devel/mimalloc/Makefile
+++ b/devel/mimalloc/Makefile
@@ -21,4 +21,7 @@ GH_ACCOUNT= microsoft
LDFLAGS_i386+= -latomic
+# ci pipeline creates transient tags
+PORTSCOUT= ignore:1
+
.include <bsd.port.mk>