From a42eaef79a30fb077241806c95162fcdd73ba627 Mon Sep 17 00:00:00 2001 From: cwen Date: Sat, 16 Jan 2021 22:51:21 +0000 Subject: [PATCH] ccrypt: add PORTROACH to skip MacOS version reporting. --- security/ccrypt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index 76cc4bed202..8ebc007b371 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.26 2019/07/12 20:49:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2021/01/16 22:51:21 cwen Exp $ + +PORTROACH= skipv:1.11.mac-x86_64 COMMENT= encrypt and decrypt AES files and streams